BODY{
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H1{
  text-align : left;
  border-left-color : blue;
  padding-top : 5px;
  padding-right: 0px;
  padding-bottom : 5px;
  padding-left : 5px;
  ;
  border-bottom-style : solid;
  border-left-style : solid;
  border-bottom-width : 1px;
  border-left-width : 10px;
  border-bottom-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  margin-bottom : 5px;
  font-size : medium;
  background-color : #f0f3f4;
}
H2{
  text-align : left;
  border-left-color : green;
  padding-bottom : 3px;
  padding-left: 10px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-style : solid;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 10px;
  margin-bottom : 5px;
  border-bottom-color : gray;
  padding-top : 3px;
  border-top-color : gray;
  border-right-color : gray;
  font-size : medium;
  background-color : #f3f3f3;
  margin-left : 0px;
}
H3{
  text-align : left;
  padding-top : 3px;
  padding-bottom : 3px;
  padding-left : 10px;
  padding-right : 3px;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : red;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : gray;
  background-color : #eaeaea;
  margin-left : 0px;
  margin-bottom : 5px;
}
HR{
  height : 1px;
  background-position : 1px 1px;
}
P{
  color : black;
}
/*
A{
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
}
A:HOVER{
  cursor : auto;
  text-decoration : underline;
}
A:ACTIVE{
  text-decoration : underline;
}
*/
UL{
  color : black;
  list-style-position: outside;
}
TD{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
}
TH{
  font-weight : bold;
  background-repeat : repeat;
  background-color : #ffffff;
}
IFRAME{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  text-align : left;
  width : 100%;
  z-index : 1;
  height : 90px;
}
.a1{
  padding-left : 3px;
  margin-top : auto;
  margin-left : 0px;
  margin-right : auto;
  margin-bottom : auto;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : navy;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : silver;
  background-color : #f9f9f9;
  background-repeat : repeat;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : white;
  line-height : 15px;
}
.a2{
  background-color : #e1ebee;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : silver silver silver silver;
}
H6{
  font-size : medium;
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  border-left-width : 20px;
  border-left-color : teal;
  margin-left : auto;
  border-left-style : solid;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-top-color : gray;
  border-bottom-color : gray;
  border-right-width : 1px;
  border-top-style : dotted;
  border-right-style : dotted;
  border-right-color : gray;
}
#test TD {
  font-size : medium;
  height:auto;
  width:auto;
  background-color:transparent;
  border-style:dotted;
  border-color:#cccccc;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  font-weight:900;
  font-style:nomal;
}
.top{
  width : 100%;
  height : 130px;
}

