/* CSS Document */



.style1  { color: #fff; font-size: 15px; font-family: "Times New Roman", Times, serif }
.style2   { color: white; font-size: 20px; font-family: "Times New Roman", Times, serif; font-weight: bold }
td 
{
text-align: center;
}
body 
 { color: white; margin: 0 }	
.generaltext   { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 18px }
		
.heading      { color: white; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 25px }
.bottomlink   {color: #ed9f0d; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 18px }

a:link {
	color: #6ec6f1;
	text-decoration: underline;
	}
a:visited { 
	color: #6ec6f1;
	text-decoration: underline; 
	}
a:hover {
	color: #6ec6f1;
	text-decoration: none;
	}
a:active { 
	color: #6ec6f1;
	text-decoration: underline; 
	}

.copyright  { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 18px }


