/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
}
a {
	color: #8866aa;
	text-decoration: underline;
}
a:hover {
	color: #8866aa;
	text-decoration: none;
}
.title {
	font-family: "Times New Roman";
	color: #202020;
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
}
.title1 { font-size: 14pt; }
.title2 { font-size: 18pt; }
.title3 { font-size: 10pt; }

H1 {
	color: #809080;
	font-weight: bold;
}
H2 {
	color: #809080;
	font-weight: bold;
}
H3 {
	color: #8866aa;
	font-weight: bold;
}

.hMenu {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	height: 22px;
	color: #FFFFCC;
	background-color: #809080;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border: none;
}
.hMenu a {
	color: #FFFFCC;
	text-decoration: none;
}
.hMenu a:hover {
	color: #404040;
	text-decoration: none;
}
.vMenuSpacer { 
	font-size: 7pt;
	color: #404040;
	height: 10px;
	padding: 2px;  
}
.vMenu {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	height: 22px;
	color: #FFFFCC;
	background-color: #8866aa;
	vertical-align: middle;
	padding: 0px;
	border: none;
}
.vMenu a {
	color: #FFFFCC;
	text-decoration: none;
}
.vMenu a:hover {
	color: #404040;
	text-decoration: none;
}
#contentArea {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
blockquote {
	border: thin dashed #809080;
	background-color: #ffffcc;
	padding: 5px;
	text-align: center;
}

li {
	list-style-image: url(images/bullet_green.gif);
}
dt {
	font-weight: bold;
	color: #8866aa;
}
.sMenu {
	font-size: 10pt;
	font-weight: bold;
	height: 22px;
	color: #FFFFCC;
	background-color: #809080;
	vertical-align: middle;
	padding: 0px;
	border: none;
}
.sMenu a {
	color: #FFFFCC;
	text-decoration: none;
}
.sMenu a:hover {
	color: #404040;
	text-decoration: none;
}

.sMenu li {
	padding-left: 4px;
	border-bottom: 3px solid #8866aa;
	list-style-type: none;
	list-style-image: none;
}