BODY {
	background: white;
}

H1, H2, H3, H4, H5, A, BODY, P, LI, TD, INPUT {
	color: #3B3B3B; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;
}

H1, H2, H3, H4, H5 {
	font-weight: bold; font-family: Times New Roman;
}

BODY, P, LI, TD, INPUT {
	font-size: 11px;
}

FORM, H1, H2, H3, H4, H5, A, BODY, LI, TD, INPUT, DIV, SPAN {
	margin: 0px;
}

P, UL {
	margin-top: 5px; margin-bottom: 5px;
}

LI {
	margin-top: 2px;
}

H1 {
	font-size: 28px;
}

H2 {
	font-size: 22px;
}

H3 {
	font-size: 16px;
}

A {
	color: navy; text-decoration: underline;
}

A:visited {
	color: darkred;
}

A:hover {
	color: red; text-decoration: none;
}

A.menu {
	font-weight: bold; color: white; text-decoration: none;
}

A.menu:visited {
	color: white;
}

A.menu:hover {
	color: white; text-decoration: underline;
}

