@charset "ISO-8859-1";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
}
#mainNav {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 12x;
}
#mainNav p {
	font-size: 12px;
}
#mainNav A:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#mainNav A:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#mainNav A:hover {
	font-weight: bold;
	color: #407990;
	text-decoration: underline;
}
#mainNav A:active {
	font-weight: bold;
	color: #407990;
	text-decoration: underline;
}
#mainNav A.current:link {
	font-weight: bold;
	color: #407990;
	text-decoration: none;
}
#mainNav A.current:visited {
	font-weight: bold;
	color: #407990;
	text-decoration: none;
}
#mainNav A.current:hover {
	font-weight: bold;
	color: #407990;
	text-decoration: none;
}
#mainNav A.current:active {
	font-weight: bold;
	color: #407990;
	text-decoration: none;
}
#mainNav a.subNav:link {
	font-size: 11px;
	color: #333333;
	padding-left: 15px;
}
#mainNav a.subNav:visited {
	font-size: 11px;
	color: #333333;
	padding-left: 15px;
}
#mainNav a.subNav:hover {
	font-size: 11px;
	color: #407990;
	padding-left: 15px;
}
#mainNav a.subNav:active {
	font-size: 11px;
	color: #407990;
	padding-left: 15px;
}
#mainNav a.subNavCurrent:link {
	font-size: 11px;
	color: #407990;
	padding-left: 15px;
}
#mainNav a.subNavCurrent:visited {
	font-size: 11px;
	color: #407990;
	padding-left: 15px;
}
#mainNav a.subNavCurrent:hover {
	font-size: 11px;
	color: #407990;
	padding-left: 15px;
}
#mainNav a.subNavCurrent:active {
	font-size: 11px;
	color: #407990;
	padding-left: 15px;
}
#contentArea {
	padding: 20px;
}
#contentArea p,li {
	font-size: 12px;
}
#contentArea h1 {
	font-size: 20px;
	font-weight: bold;
	color: #CF5E5E;
}
#contentArea h2 {
	font-weight: bold;
	color: #407990;
	font-size: 16px;
}
#contentArea a:link {
	color: #7C7813;
	text-decoration: none;
}
#contentArea a:visited {
	color: #7C7813;
	text-decoration: none;
}
#contentArea a:hover {
	color: #7C7813;
	text-decoration: underline;
}
#contentArea a:active {
	color: #7C7813;
	text-decoration: underline;
}
#contentArea td {
	font-size: 12px;
}
#footer {
	float: right;
	width: 565px;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}
#footer a:link {
	color: #CFCD72;
	text-decoration: none;
}
#footer a:visited {
	color: #CFCD72;
	text-decoration: none;
}
#footer a:hover {
	color: #CFCD72;
	text-decoration: underline;
}
#footer a:active {
	color: #CFCD72;
	text-decoration: underline;
}
