.titleclass {
	color : #FFCC99;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-align : left;
	font-weight : bolder;
	text-indent : 5%;
}

.textclass {
	color : #660000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-left : 20pt;
}

HR {
	color : Black;
}


.subtitle {
	color : #660000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bolder;
	
}

UL {
	color : #660000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	list-style-position : outside;
	list-style-type : disc;
}

OL {
	color : #660000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	list-style-type : decimal;
	list-style-position : outside;
}
A:LINK  {
	color : #660000;
	text-decoration : none;
}
A:ACTIVE {
	color : #CC0000;
	text-decoration : none;
}
A:VISITED {
	color : #CC9966;
	text-decoration : none;
}
A:HOVER {
	color : #CC9966;
	text-decoration : none;
}

A.inner:LINK {
	color : #660000;
	text-decoration : underline;
}
A.inner:active {
	color : #CC0000;
	text-decoration : underline;
}
A.inner:visited {
	color : #CC9966;
	text-decoration : underline;
}
A.inner:hover {
	color : #CC9966;
	text-decoration : underline;
}









