body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}

.subnav {
	font-size:11px;
	line-height:25px;
}

h3 {
	color:#cc3300;
	margin-bottom:5px;
}

h4 {
	color:#333333;
	font-size:14px;
	margin-top:5px;
	margin-bottom:10px;
}

.boxFeature {
	border:1px dotted #cccccc;
	background-color:#DDFFB7;
}

.boxTitle {
	background-color:#cc3300;
	font-weight:bold;
	color:white;
	padding:3px 3px 3px 5px;
	width:100%;
	margin-bottom:10px;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-top:10px;
	border-top:1px dotted #cccccc;
}
	
