body, div, p, th, td, li, dd, dl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*/*/a{}
body, body div, body p, body th, body td, body li, body dd, body dl {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd, html>body dl {
	font-size: small;
}
/* */

body {
	background-color: #FFFFFF;
	background-image: none;
}

.indent {
	margin-left: 5px;
}

.footer {
	font-size: x-small;
}

.red {
	color: Red;
}

.white {
	color: White;
}

.yellowback {
	background-color: Yellow;
}

.orangeback {
	background-color: #CCFF99;
}

.toptext {
	font-size: large;
	font-weight: bold;
	letter-spacing: 5px;
	word-spacing: 3px;
	text-align: center;
	padding-top: 3px;
	background-color: Black;
	color: White;
	padding-bottom: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	background-color: #FFFF99;
}

.nohover a:hover {
	background-color: transparent;
}

.menu {
	font-size: small;
	background-position: left;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 4px;
}

H1 {
	font-size: x-large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #003399;
	text-align: center;
}

H2 {
	font-size: large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
	color: #003399;
}

H3 {
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #003399;
}

.bottomspace {
	padding-bottom: 6px;
}

dd {
	margin-bottom: 10px;
}

dl {
	margin-bottom: 20px;
}

.left {
	text-align: left;
}