/* CSS Document */
BODY {
	COLOR: black;
	BACKGROUND-COLOR: white;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {font-family: verdana, geneva, arial, helvetica, sans-seif; font-size: 12px;}
.sideNav { padding: 5 5 5 0; }
.sideNav a {font-family: verdana, geneva, arial, helvetica, sans-seif; font-size: 11px;}
.sideNav a:link {color: #660000}     /* unvisited link */
.sideNav a:visited {color: #333333}  /* visited link */
.sideNav a:hover {color: #cc9900}   /* mouse over link */
.sideNav a:active {color: #ff0000}   /* selected link */
.quickLinks { padding: 5 0 5 5; }
.quickLinks a {font-family: verdana, geneva, arial, helvetica, sans-seif; font-size: 11px;}
.quickLinks a:link {color: #660000}     /* unvisited link */
.quickLinks a:visited {color: #333333}  /* visited link */
.quickLinks a:hover {color: #cc9900}   /* mouse over link */
.quickLinks a:active {color: #ff0000}   /* selected link */
.bodyText {padding: 7 3 10 3;}
p {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
blockquote {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	font-size: 12px;
}
li {
	font-size: 12px;
}
h1 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #000000;
}
h6 {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #660000;
	color: #ffffff;
}
th {
	background-color: #ebd997;
	color: #000000;
	font-weight: bold;
}