@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: tahoma;
	font-size: 12px;
}

.menuColor A {
font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.menuColor :hover {
	
	font-weight: bold;
	color: #FFCC00;
	text-decoration:none;
}


.footer{
	font-size: 11px;
}
.greenHead {
	font-size: 14px;
	font-weight: bold;
	color: #428A02;
}
.BlackBig {
	font-size: 21px;
	font-weight: bold;
}
.GreenBig { font-size: 21px; font-weight: bold; color: #488F05; }

