/* CSS Document */


tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.standard a:link {
	color: #FF0000;
	font-size: 12px;
	/*text-decoration: none;*/
}

.standard a:visited {
	color: #FF0000;
	font-size: 12px;
	/*text-decoration: none;*/
}

.standard a:hover {
	color: #FF0000;
	font-size: 12px;
	text-decoration:underline;
}

.subtext {
	font-size: 10px;
	color: #000000;
}

.hr {
	border-color: #000000;
}

a.whitelink:link, a.whitelink:visited {
	color: #FFFFFF;
	font-size: 12px;
	/*text-decoration: none;*/
}
	
a.whitelink:hover {
	color: #FFFFFF;
	font-size: 12px;
	/*text-decoration: underline;*/
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.nav a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

.nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.nav a:hover {
	color: #F2B41E;
	text-decoration:underline;
	font-weight: bold;
}

.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.top a:link, .top a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.top a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.standardtext {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.copyright {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}

.standardtitle {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
