/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCC33;
	background-color: #999966;
}
.header {
	height:125px;
	background-repeat: no-repeat;
}
a {
	color: #CCCC33;
	text-decoration: underline;
}
.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	color: #CCCC33;
	background-image: url(../images/page/background.png);
	background-repeat: no-repeat;
}
.menu li {
	display: inline;
	/* margin: 5px; */
	text-align: justify;
	color: #CCCC33;
}
.menu li a:link, .menu a:visited, .menu a:active {
	font-size: 16px;
	color: #CCCC33;
	text-decoration: none;
	text-align: center;
/*	height: 38px; */
/*	width: 50px; */
	clear: none;
	display: inline;
	margin: 0px;
/*	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu a:hover, .menu a.current:link, .menu a.current:visited {
	color: #000000;
	text-decoration: underline;
	background-color: #FFCC00;

}
.logos {
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	text-align: center;
}
#divFooter {
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MainContent {
	color: #CCCC33;
	font-size: 12px;
	text-align: justify;
}
.results {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
	text-align: center;
	font-weight: bold;
}

