/* CSS Document */
a{
	color:#333333;
	font:bold 12px Verdana;
	align:center;
	text-align: center;
	text-decoration:none;
	background-position: center center;
	vertical-align: middle;
	}

a:visited{
   color:#333333;
    }
	
a:link{
   color:#333333;
   
   }

a:hover{
   color:#1F5756;
   text-decoration:underline;
   }
 
a:active{
   color:#333333;
   } 
   
.button{
	color:#333333;
	Font-family:Verdana;
	Font-size:12px;
	font-weight: bold;
	align:Left;
	text-align: Left;
	background-position: Left;
	vertical-align: middle;
}
.title{
color:#930912;
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
text-decoration:underline;
text-align:left;

}

.subtitle{
color:#000000;
Font-family:Verdana;
font-size:15px;
font-weight: bold;
text-align:LEFT;
bgcolor:#DDF9F9
}
.text{
color:#333333;
Font-family:Verdana;
font-size:12px;
}

.1text{
color:#000000;
Font-family:Verdana;
font-size:12px;
font-weight: bold;
}