@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666600;
}
p {
	line-height: 1.6em;
	text-align: justify;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #666600;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1 {
	font-size: 24px;
	color: #CC9900;
}
h2 {
	font-size: 14px;
	color: #949D87;
	border-left-color: #949D87;
	border-left-width: 11px;
	border-left-style: solid;
	padding-left: 7px;
}
.thrColHybHdr #container #mainContent {
	background-color: #003300;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

body,td,th {
	color: #C89D5A;
}
#header a {
	text-decoration: none;
	background-color: #DDDDDD;
	display: inline-block;
	margin: 5px;
	padding: 6px;
	border: 1px solid CED286;
}
#header a:hover {
	background-color: #666633;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

