body {
	background-color: #FFFFFF;
	background-image: url(/assets/images/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.textlinksFooter {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
	text-transform: lowercase;
}

.textlinksFooter a {
	color: #999999;
	text-decoration: none;
}

.textlinksFooter a:hover {
	color: #666666;
	text-decoration: none;
}

h1 {
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.blueHighlight {
	color: #0099FF;
}
/*.StaticLayer {
	overflow: auto;
	position: static;
	height: 185px;
	width: 400px;
	z-index: auto;
}
*/
/*html { 
	scrollbar-arrow-color:#0099FF; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-highlight-color:#CCCCCC; 
	scrollbar-3dlight-color:#CCCCCC; 
	scrollbar-darkshadow-color:#CCCCCC; 
	scrollbar-shadow-color:#CCCCCC; 
}*/
.headingImgSpacer {
	margin-bottom: 15px;
}

a.ActiveMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-right: 6px;
}

a.InactiveMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-right: 6px;
}

a.InactiveMenuItem:hover {
	color: #666666;
}

.MenuTable {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

li.ListItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	list-style-position: outside;
	list-style-image: url(/assets/images/bulletBlue.gif);
	list-style-type:disc;
	margin-bottom: 5px;
}

.ListItem a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
}

.ListItem a:hover{
	color: #0099FF;
	text-decoration: underline;
}

.FormTextfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 270px;
	border: 1px solid #999999;
}

.FormTextarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 100px;
	width: 270px;
	border: 1px solid #999999;
}

.FormSubmitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
	border: 1px solid #000000;
	font-size: 11px;
}
.FormAsterisk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}