a:link {
	color: #098403; 
	text-decoration: none;
}

a:visited {
	color: #098403; 
	text-decoration: none;
}

a:hover {
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

a:active {
	color: #098403; 
	text-decoration: none;
}

.class2 A:link {
	color: #098403; 
	text-decoration: none;
}

.class2 A:visited {
	color: #098403; 
	text-decoration: none;
}

.class2 A:active {
	color: #098403; 
	text-decoration: none;
}

.class2 A:hover {
	color: #CC0000; 
	text-decoration: underline; 
}

.body, td, p { 
	font-family: Arial; 
	font-size: 12px; 
	color: #000000;
}

.header { 
	color: #C2131E; 
	font-size: 14px; 
	font-family: Arial; 
	font-weight: bold;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #C2131E;
}

.leftnav {
	width: 172px;
	background: #fff url(../images/nav_bg.gif) no-repeat;
	text-align: left;
	vertical-align: top;
}
.leftnav table {
	border-collapse: collapse;
	border: 0 none;
}
.leftnav table td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

.fees-table {
	border-collapse: collapse;
	border: 1px solid #666;
}
.fees-table thead th {
	padding: 3px;
	border: 1px solid #666;
	font-size: smaller;
}
.fees-table tbody td {
	height: 30px;
	border: 1px solid #666;
	padding: 3px;
}

