P, UL, OL {
	font-family: Times New Roman, serif;
	font-size: 11pt;
	color: #000000;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
}


P.pagetitle { 
	font-size: 12pt;
	font-weight: bold;
} 

a:link {
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a.move:link {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a.move:visited {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a.move:hover {
	font-size: 10pt;
	color: #999999;
	text-decoration: underline;
}


.smalltestimonial {
	font-family: 'Courier New', mono;
	font-size: 10pt;
}

.bigtestimonial {
	font-family: 'Courier New', mono;
	font-size: 12pt;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #CC0000;
}

.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #CC0000;
}

.regularparagraph {
	text-indent: 25px;
}

.bold {font-weight: bold;} 
.strikethrough {text-decoration: line-through;}
.italic {font-style: italic;} 
.bolditalic {font-weight: bold; font-style: italic;}
.boldunderline {font-weight: bold; text-decoration: underline;}
.eightpoint {font-size: 8pt;}
.ninepoint {font-size: 9pt;}
.tenpoint {font-size: 10pt;}
.elevenpoint {font-size: 11pt;}
.twelvepoint {font-size: 12pt;}
.thirteenpoint {font-size: 13pt;}
.fourteenpoint {font-size: 14pt;}
.fifteenpoint {font-size: 15pt;}
.sixteenpoint {font-size: 16pt;}
.seventeenpoint {font-size: 17pt;}
.eighteenpoint {font-size: 18pt;}
.nineteenpoint {font-size: 19pt;}
.twentypoint {font-size: 20pt;}
.highlight {background-color: rgb(255, 255, 0);}
.underline {text-decoration: underline;}
.red {color: #FF0000;}
.white {color: #FFFFFF;}

	


/* Side Menu */

table.menu a {
width: 100%;
border:1px solid #333333;
display: block;
}

div.menu a {
color: #333333;
background: #ffffff;
text-decoration:none;
font-size:10pt;
line-height:16px;
font-family: Times New Roman, serif;
padding: 2px 5px;
}

div.menu a:link {
color: #000000;
background: #D9D4C3;
}

div.menu a:active {
color: #000000;
background: #cccc99;
}

div.menu a:visited {
color: #000000;
background: #D9D4C3;
}

div.menu a:hover {
color: #999999;
background: #807D73;
border:1px solid #000000;
text-decoration: underline;
}
