.style1 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.style4 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style5 {
	color: #AD1804;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #E4B412;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style7 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF6600;}
.style9 {color: #AD1804; font-size: 11px; font-family: tahoma; font-weight: bold; }
body {
	background-color: #ABABAD;
}

.whitelink:link {
	color: #FFffff;
	text-decoration: none;
}
.whitelink:visited {
	text-decoration: none;
	color: #FFffff;
}
.whitelink:hover {
	text-decoration: none;
	color: #EFB013;
}
.whitelink:active {
	text-decoration: none;
	color: #EFB013;
}
.blacklink:link {
	color: #000000;
	text-decoration: none;
}
.blacklink:visited {
	text-decoration: none;
	color: #000000;
}
.blacklink:hover {
	text-decoration: none;
	color: #D10007;
}
.blacklink:active {
	text-decoration: none;
	color: #D10007;
}

