BODY {
	background-color: white;
	margin: 15px;
}

ADDRESS, BLOCKQUOTE, BODY, DIV, DL, OL, P, PRE, SPAN, UL, TD, TH {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
}

TD.noinherit, TH.noinherit {
	line-height: normal;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #336633;
	line-height: 1.1em;
}

H1 { font-size: 30px; }
H2 { font-size: 24px; }
H3 { font-size: 18px; }
H4 { font-size: 13px; }
A { cursor: auto; }

A:link {
	color: #336633;
	font-weight: bold;
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
	color: #669966;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
	color: #333333;
}

A:active { color: #333333; }

A.internal:link {
	font-size: 9px;
	color: #003300;
	text-decoration: underline;
}

A.internal:hover {
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
}

A.internal:visited { font-size: 9px; }
#footerWrapper { text-align: center; }

/* required to center div in MSIE/Win */
#footer {
	font-size: 10px;
	text-align: center;
	width: 95%;
	border: solid #CCCCCC 2px;
	padding: 3px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#leftNavbar {
	border: solid #CCCCCC 2px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#topHeading { border-bottom: solid #cccccc 1px; }

P.small {
	font-size: 10px;
	line-height: 13px;
}

