P, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
}

UL.checkbox { 
	list-style-image: url(images/checkbox.gif) 
}


P.pagetitle { 
	font-size: 12pt;
	font-weight: bold;
} 


a.move:link {
	text-decoration: none;
}

a.move:visited {
	text-decoration: none;
}

a.move:hover {
	text-decoration: underline;
}

a.footer:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

.smalltestimonial {
	font-family: 'Courier New', mono;
	font-size: 10pt;
}

.bigtestimonial {
	font-family: 'Courier New', mono;
	font-size: 12pt;
}

.headline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #FF0000;
}

.subheadline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FF0000;
}

.regularparagraph {
	text-indent: 25px;
}

.bold {font-weight: bold;} 
.strikethrough {text-decoration: line-through;}
.italic {font-style: italic;} 
.bolditalic {font-weight: bold; font-style: italic;}
.eightpoint {font-size: 8pt;}
.ninepoint {font-size: 9pt;}
.highlight {background-color: rgb(255, 255, 0);}
.underline {text-decoration: underline;}
.red {color: #FF0000;}
.white {color: #FFFFFF;}