
BODY, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-left : 10px;
}
.tdcell {
	font-weight : bold;
	color : #FF8C00;
}

.footnote {
	font-size : 9px;
}

.tdcell2{
	font-weight : bold;
	color : #FF8C00;
	text-align : center;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #CEA15E;
	text-align : center;
	padding-top : 10px;
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #323E1F;
	font-weight : bold;
	margin-left : 10px;
	margin-right : 20px;
}
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #654531;
	margin-left : 10px;
}
.actLink {
	text-decoration : none;
	font-weight : bold;
}
A:ACTIVE, A:LINK {
	color : #FFA500;
	font-weight : bold;
}
A:VISITED {
	color : #8FBC8F;
	font-weight : bold;
}
A:HOVER {
	color : #D2691E;
	font-weight : bold;
}

ul{
	list-style-image : url(images/bullet.jpg);
	padding-bottom : 20px;
	text-indent : -2px;
	line-height : 24px;
}
TABLE {
	border-color : #CEA15E;
}

.highlight {
	background-color : Black;
	color : White;
	font-weight : bold;
}

.title {
	font-size : 16px;
	color : Green;
	font-weight : bold;
	text-align : center;
}


