body {
	font-family: Arial;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
}


A {
	font-family: Arial;
 	font-size: 14px;
 	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;

}

P {
	font-family: Arial;
 	font-size: 14px;
 	font-weight: normal;
}

.navContent{
	font-family: Arial;
 	font-size: 16px;
 	font-weight: normal;
	vertical-align: middle;
	text-align: right;
	background-color: #FFAF00;
	color: #000000;
}

.navContent a{
	font-family: Arial;
 	font-size: 16px;
 	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.navContent a:hover{
	font-family: Arial;
 	font-size: 16px;
 	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

.navContent td:hover{
	background-color: #000000;
	border-right: 1px solid FFAF00;
	border-left: 1px solid FFAF00;
}

.navContent th{
	background-color: #000000;
	border-right: 1px solid FFAF00;
	border-left: 1px solid FFAF00;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.navContent2{
	font-family: Arial;
 	font-size: 12px;
 	font-weight: normal;
	vertical-align: middle;
	text-align: right;
	background-color: #FFCC00;
	color: #000000;
}

.navContent2 a{
	font-family: Arial;
 	font-size: 12px;
 	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.navContent2 a:hover{
	font-family: Arial;
 	font-size: 12px;
 	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

.navContent2 td:hover{
	background-color: #000000;
	border-right: 1px solid FFCC00;
	border-left: 1px solid FFCC00;
}

.navContent2 th{
	background-color: #000000;
	border-right: 1px solid FFCC00;
	border-left: 1px solid FFCC00;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.mainContent{
	font-family: Arial;
 	font-size: 14px;
 	font-weight: normal;
 	padding: 10px;
	vertical-align: top;
}

.footer{
	color: #ffffff;
	font-family: Verdana, Georgia, Times New Roman, sans-serif;
	font-size: 10px;
    letter-spacing: .5px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #FFAF00;
}

.footer a{
    color: #ffffff;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

.footer a:hover{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.small {
	font-family: Verdana, Georgia, Times New Roman, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Georgia, Times New Roman, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Georgia, Times New Roman, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.bigX {
	font-family: Verdana, Georgia, Times New Roman, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.xbig {
	font-family: Verdana, Georgia, Times New Roman, sans-serif;
	font-size: 24px;
}
.fl_left, .fl_left_end {
	float: left;
	margin: 5px;
	padding: 5px;
}
.fl_left {
	border-right: thin solid #ffffff;
}

