div, p, td, tr, li, ul {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10pt;
	color : #FFFFFF;
	font-style : normal;
}

a:hover { 
	color: #FFFFFF;
}

h1,.h1 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #99CCFF;
}

h2 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 11pt;
	color : #33cc33;
}

h3 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10.5pt;
	color : #CCFFFF;
}

H4 {
	font-family : Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
	color: #CCFFFF;
	font-weight : bold;
} 

.mainwall {
	background-image : url("/images/mainwall.gif");
	background-repeat : no-repeat;
	background-color : #3366CC;
}

.footer {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
	color : #666666;
}

.small {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
}

.smallgrey {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
	color : #333333;
}

.caption {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
	color : #CCCCFF;
}

.odd { background-color: #D5D9FE; }

.even { background-color: #EEEEEE; }

.border {
	border-color : #000000;
	border-style : solid;
	border-width : 1;
}
	
hr {
	height : 1px;
	color : #6699CC;
}

.sitelink {
	font-family : Arial, Verdana, sans-serif;
	color: #66FF33;
	font-size: 8pt;
	text-decoration : none;
}

.sitelink:hover {
	text-decoration : underline;
	color: #CCCCFF;
}

.forminput {
	font-family : Arial, sans-serif;
	font-size: 10pt;
	border: 1px solid #99CCFF; 
	background: #EFEFEF;
	color: #000066;
	margin: 0;
	padding-left: 3px;
}

#required {
	border-left: 4px solid #99CCFF;	
}
	

