/* type.css

Typeface - Cascading Stylesheet for sixteen:nine */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p { line-height: 160%; }

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D8903;
	text-decoration: none;
}
a:visited {
	color: #4D8903;
	text-decoration: none;
}
a:hover {
	color: #4D8903;
	text-decoration: underline;
}
a:active {
	color: #4D8903;
	text-decoration: none;
}


b { color: #4D8903; }
strong { color: #4d8903; }


#content ul {
list-style-type: none;
margin: 0;
padding: 15px 0 15px 0;
}


#content li {
	display: block;
	list-style-type: none;
	background-repeat:no-repeat;
	background-position: 0px 7px;
    	padding: 0 0 0 15px;
	margin: 0px 0 10px 0;
	width: 100%;
}



#content h3 { color: #4D8903; }
#content th { color: #4D8903; font-size: 11px; }