body {
	background : transparent;
	font: small Arial, sans-serif;
	color: 333366;
	max-width: 800px;
}
table, tr, td {
	background : transparent;
	font: small Arial, sans-serif;
	color:#254117;
}
a {
	font: bold Arial, sans-serif;
	text-decoration:underline;
	color: #254117;
}
h1 {
	display: inline;
	font: bold medium Arial, sans-serif;
	color: #254117;
	text-decoration:none;
}
h2 {
	display: inline;
	font: medium Arial, sans-serif;
	color: black;
	text-decoration:none;
}
h3 {
	display: inline;
	font: bold medium Arial, sans-serif;
	color: #EA410A;
	text-decoration:none;
}
h6 {
	font: bold small Arial, sans-serif;
	text-decoration:none;
}

.menucontainer
{
	font: small Arial, sans-serif;
	width: 798px;
	margin: 0px 16px;
	background: url('../images/menu-bg.gif') repeat-x;
	height: 28px;
}
.menu
{
	float:left;
	font: small Arial, sans-serif;

	text-align:left;
	
	vertical-align:middle;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited
{
	float:left;
	color: #254117;
	text-decoration:none;
	padding:4px 10px 8px 10px;
}
.menu a:hover
{
	color: black;
	background: url('../images/menu-bg-white.gif') repeat-x;
	text-decoration:none;
}
.menuselected
{
	float:left;
	color: black;
	background: url('../images/menu-bg-white.gif') repeat-x;
}
.menuselected a, .menuselected a:link, .menuselected a:active, .menuselected a:visited
{
	float:left;
	color: #254117;
	text-decoration:none;
	padding: 4px 10px 8px 10px;
}

.footer {
	font: x-small Arial, sans-serif;
	color:black;
	text-decoration : none;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	font: x-small Arial, sans-serif;
	color:#999999;
	text-decoration : none;
}
.footer a:hover {
	font: x-small Arial, sans-serif;
	color:black;
	text-decoration : none;
}

p {
	font: small Arial, sans-serif;
	color: #254117;
	text-decoration : none;
}
a, a:link, a:active, a:visited {
	color:#666699;
	text-decoration : underline;
}
a:hover {
	color:black;
	text-decoration : underline;
}
hr {
	height: 1px;
	border-top: 1px dashed #77cc44;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
