/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

/* header: heading text */
.header {
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333366;
}

/* smaller: small body text */
.smaller {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* subhead: subheading text */
.subhead {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
}

/* body: describes page background color and all non-table text not governed by any other style */
/*	background-color : #a0c2b4;
	background-image: url("images/LPbackground.gif"); 
		background-repeat: repeat;
*/
BODY {
	background-color : #BAD1E8;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 20px;
}

TABLE { 
		font-family : Verdana, Helvetica, sans-serif;
		font-size: 20px;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #0000FF;
}

/* visited: previously visited links */
A:VISITED {
	color: #6600CC;
}

/* Added in 3.0.4 */
UL {
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1em;
}


div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
