body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color:#CCCCCC;
}
p, ul, ul ul, ul ul ul, ol, ol ol, ol ol ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color:#CCCCCC;
	list-style: square;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 16px;
	color: #E2DFA0;
	line-height: 150%;
}
h2 {
	font-size: 16px;
	color: #D3E8D1;
	line-height: 150%;
}
h3 {
	font-size: 14px;
	color: #E2DFA0;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DFA0;
	line-height: 150%;
}
h4 {
	font-size: 14px;
	color: #D3E8D1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3E8D1;
	text-align: right;
	line-height: 150%;
}
h5 {
	font-size: 11px;
	color: #E2DFA0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2DFA0;
	text-indent: 8px;
	text-align: left;
	line-height: 150%;
}
h6 {
	font-size: 11px;
	color: #D3E8D1;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3E8D1;
	text-indent: 8px;
	line-height: 150%;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color:#E2DFA0;
	text-decoration:underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.content {
	text-align: left;
	vertical-align: top;
	margin: 10px;
}
.content p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.menu {
	background-image: url(../images/menuBG.gif);
	background-repeat: repeat-y;
	color: #B5BEC8;
	vertical-align: top;
	margin-right: 4px;
	margin-left: 10px;
	padding-right: 4px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;

}
.menu p {
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	background-image: url(../images/menuBG.gif);
}
.menu a:link {
	color: #D3E8D1;
	text-decoration: none;
	padding: 2px;
}
.menu a:hover {
	color: #000000;
	background-color:#D3E8D1;
	text-decoration:underline;
	display: inline;
	padding: 2px;
}
.menu a:active {
	text-decoration: underline;
	color: #D3E8D1;
	padding: 2px;

}
.menu a:visited {
	color:#D3E8D1;
	text-decoration: underline;
	padding: 2px;

}
.bottomNav {
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.bottomNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomNav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#footer {
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 4px;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.formbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
.info {
	font-size: 10px;
	line-height: normal;
	color: #000000;
	background-color: #F9F9EB;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	border-top: 10px solid #D3E8D1;
	border-left: 1px solid #D3E8D1;
	border-right: 1px solid #D3E8D1;
	border-bottom: 4px double #D3E8D1;
}
