.Forum_AlternateRow{ background-color: #0E5C0E}
.Forum_HeaderRow{ background-color: #001A00}


body
{
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
	background-color: #242424;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #ffffff;
}

li
{
	line-height: 2em;
}

.MenuBar
{
	/* color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: none;
	text-decoration: none;

	margin-left: 2px;
	margin-right: 2px; */

	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.MenuBar li
{
	display: inline-block;
}

.MenuBar li > a
{
	display: inline-block;
	text-align: center;
	padding: 6px 14px;
	text-decoration: none;
}

.MenuBar li .dropdown {
	display: inline-block;
}

.dropdownContent {
	display: none;
	position: absolute;
	background-color: #810100;
	color: white;
	min-width: 160px;
	box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.4);
	z-index: 1;
}

.dropdownContent a {
	padding: 6px 14px;
	text-decoration: none;
	color: white;
	display: block;
	text-align: left;
}

.dropdownContent a:hover {
	background-color: #730101;
	text-decoration: none;
	color: white;
}

.dropdownContent a:visited {
	color: white;
}

.dropdown:hover .dropdownContent {
	display: block;
}

table
{
	font-family: Verdana;
	font-size: 10pt
}

table.DarkBackground
{
	background-color: #555555;
}

table.FormTable
{
	background-color: #001500
}


a.MenuBarLink {color: #FFFFFF; font-weight: bold}
a.MenuBarLink:visited {color: #FFFFFF; font-weight: bold}
a.MenuBarLink:hover {color: #ffff00; font-weight: bold; background: transparent;}

a.DarkBackgroundLink {color: #CC9900;}
a.DarkBackgroundLink:visited {color: #CC9900;}
a.DarkBackgroundLink:hover {color: #ffff00; background: transparent;}

a {  color: #CC9900; text-decoration: none}
a:visited {  color: #CC9900; text-decoration: none}
a:hover {  color: #CC9900; text-decoration: underline}

.menu, .menu a:link, .menu a:visited
{
 background: #810100;
 color: #DDDDDD;
 font-family: arial;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: none;

 margin-left: 2px;
 margin-right: 2px;

 border-top: solid 1px #810100;
 border-bottom: solid 1px #810100;

 display: block;
}

.menu a:hover, .menu a:active
{
 background: #730101;
 color: #FFFFFF;
 font-family: arial;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: none;

 margin-left: 2px;
 margin-right: 2px;

 border-top: solid 1px #C50505;
 border-bottom: solid 1px #550101;
 border-right: solid 1px #550101;

 display: block;
}


h1
{
	color: #ffffff;
	font-size: 12pt;
	text-align: center
}

h2{
	color: #ffffff;
	font-size: 10pt
}

h3{
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold }

h4{
	font-size: 10pt;
	font-weight: bold
}

h5{
	font-size: 10pt;
	font-weight: bold
}

h6
{
	font-size: 10pt;
	font-weight: bold
}

li{
	font-size: 10pt
}