@charset "UTF-8";
/* CSS Document */
body {
	background-color:#807540; /* MATCH TD.MAINCOLOR5 BELOW */
	font-family: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 10pt;
}
.bodyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 18px;
}
a:link {
	color: #003366; /* LINK COLOR */
}
a:visited {
	color: #003366; /* LINK COLOR */
}
a:active {
	color: #003366; /* LINK COLOR */
}
a:hover {
	color: #ffcc32; /* LINK COLOR */
}
#menuimage {
	background-image: url(images_new/menu.jpg);
	background-repeat: no-repeat;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
}
.mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.smalltexthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
}
td.maincolor1 {background-color: #e5d273}
td.maincolor2 {background-color: #ccbb66}
td.maincolor3 {background-color: #b3a459}
td.maincolor4 {background-color: #998c4c}
td.maincolor5 {background-color: #807540}
td.maincolor6 {background-color: #665e33}