/*
94B8DB light blue nav
*/
body, p, td, div, span, li, input, select, textarea {
	font-family: sans-serif, Arial,Verdana, Geneva,  Helvetica, sans-serif;
	color: #444433;
	font-weight: normal;
	font-size: 11px;
}
img {
	border: 0px solid white;
}
A,A:Active,A:Visited,A:Link,
{
	text-decoration: underline;
}
A:Hover{
	text-decoration : none;
}
ul {
	list-style-type: square;
	margin-top: 3px;
}
li {
	padding-top: 1px;
	padding-bottom: 1px;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
.header, h1{
	text-decoration : none;
	font-size:18px;
	Font-weight: bold;
	font-style: italic;
}
.subhead, h2{
	text-decoration : none;
	font-size:15px;
	color: #9C4210;
	Font-weight: bold;
	font-style: normal;
}
.footer{
	font-weight: bold;
	font-size: 10px;
	font-variant:small-caps;
	letter-spacing: 1px;
}
a.footer:link, a.footer:visited, a.footer.active {
	color: #41372E;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;	
}
a.footer:hover {
	color: #41372E;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;	
}
.hilite {
	background-color: #ffffee;
}
.featuretext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #C10310;
}

/*cool tables*/
.c-uline {
	border-bottom: 1px solid #eeeeee;
}
.c-bgcolor {
	background-color: #eeeeee;
}
