/* 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: #9D9C95;
	text-decoration: none;
}
a:visited {
	color: #9D9C95;
	text-decoration: none;
}
a:hover {
	color: #9D9C95;
	text-decoration: underline;
}
a:active {
	color: #9D9C95;
	text-decoration: none;
}




b { color: #9D9C95; }
strong { color: #9D9C95; }



#content ul {
list-style-type: none;
margin: 0;
padding: 15px 0 15px 0;
}


#content li {
	display: block;
	list-style-type: none;
	background-image: url(../images/bullets/faq.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
    padding: 0 0 0 15px;
	margin: 0px 0 10px 0;
	width: 100%;
}

#content h3 { color: #9D9C95; }
#content th { color: #9D9C95; font-size: 11px; }

