/* CSS Document */

.style1 {font-family: Arial; font-size: 18px;  color: black; }



.style2 {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px;  color: black; }




body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {margin:0px;padding:0px; background:##BF600E}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}