﻿h1 {
	color: #CC0000;
	font-family: Georgia,serif;
}
h2 {
	color: #CC0000;
	font-family: Georgia,serif;
	padding-top: 8px;
	border-top: 1px solid black;
	padding-bottom: 8px;
	border-bottom: 4px solid #F6CE12;
}
h3 {
	color: #CC0000;
	font-family: Georgia,serif;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}
h4 {
	color: #CC0000;
	font-family: Georgia,serif;
	font-size: 10pt;
}
p, li {
	font-size: 10pt;
	font-family: Georgia,serif;
}
td {
	font-size: 10pt;
	font-family: Georgia,serif;
}
.subhead {
	background-color: #F6CE12;
	text-align: center;
	font: normal 9pt Georgia;
}
th {
	font-size: 10pt;
	font-family: Georgia,serif;
	font-weight: bold;
	background-color: #B02311;
	color: white;
}
DT {
	font-size: 10pt;
	font-family: Georgia,serif;
	color: #CC0000;
	font-weight: bold;
	margin-top: 10pt;
}
DD {
	font-size: 10pt;
	font-family: Georgia,serif;
}
dl {
	line-height: 200%;
}
a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC0000;;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #F6CE12;;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F6CE12;;
	text-decoration: none;
	font-weight: bold;
}
.menu {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	border-bottom: 1px solid #B02311;
	display:block;
}
 a.menu:link {
	color: #B02311;
	text-decoration: none;
	padding: 2px;
	background-color: #F6CE12;
}
 a.menu:visited {
	color: #B02311;
	text-decoration: none;
	padding: 2px;
	background-color: #F6CE12;
}
 a.menu:active {
	color: #B02311;
	text-decoration: none;
	padding: 2px;
	background-color: #B02311;
}
 a.menu:hover {
	color: yellow;
	text-decoration: none;
	padding: 2px;
	background-color: #B02311;
}
.menutable {
	border-collapse: collapse;
	border-left: 1px solid #B02311;
	border-top: 1px solid #B02311;
	border-right: 1px solid #B02311;
}
.blackborder {
	border: 1px solid black;
}

