<!--
BODY{
  margin : 0px;
  background-image : url(images/bg1.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  margin-bottom : 0px;
}
A:link {
	COLOR:#993300;TEXT-DECORATION: none
;}
A:visited {
	COLOR:#993300;TEXT-DECORATION: none
;}
A:hover {
	COLOR:#ff0000;TEXT-DECORATION: underline
;}
.alpha a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
H2{
  font-size : 33px;
  
  color : #ffffff;
  
  margin-top : 0px;
  padding-top : 20px;
  font-weight : normal;
}
.maintxt{
  font-size : 10pt;
  line-height : 1.8;
  color : #585858;
   
  
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
}
.menu{
  padding-top : 10px;
  
  
  padding-bottom : 10px;
  font-size : 14px;
}
H3{
  margin-bottom : 0px;
  font-size : 13pt;
  color : #0057ae;
  background-image : url(images/m2_bg.png);
  background-repeat : no-repeat;
  padding-left : 40px;
  padding-bottom : 30px;
  font-weight : bold;
  padding-top : 10px;
}
H1{
  font-size : 12px;
  padding-left : 20px;
  
  color : #038cba;
  padding-top : 8px;
}
-->