/*
Beige (background): #FFFCF0
         Mid Brown: #917341
        Dark Green: #4B8B4F
       Light Green: #7FBB7A
               Red: #AE2828
              Grey: #666666
*/

body
{
	background-color:#113311;
	font-family: Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0
}

.Background
{
	background-color: #FFFCF0;
}

body.black
{
	background-color:#000000;
}

p
{
	font-family:"arial", "sans-serif";
	font-size:x-small;
	font-weight:400;
	color:#EEEEAA
}


.MainText
{
	font-family: "arial", "sans-serif";
	font-size: small;
	font-weight: normal;
	color: #666666;
}

.SmallText
{
	font-family: "arial", "sans-serif";
	font-size: smaller;
	font-weight: normal;
	color: #666666;
}

.FrontPageDateText
{
	font-family:"arial", "sans-serif";
	font-size: medium;
	font-weight: normal;
	color: #666666;
}

.FrontPageText
{
	font-family:"arial", "sans-serif";
	font-size: small;
	font-weight: normal;
	color: #666666;
}

.CopyrightText
{
	font-size: x-small;
	color: #FFFFFF;
	vertical-align: middle;
}

table.NavBarStyle
{
	border-style: solid;
	border-width: 0px;
	width:100%;
	background-image: url(Graphics/NavBarBackground.jpg);
}

td.MarginLine
{
	background-image: url(Graphics/ThinLine.gif);
	width: 1px;
}

td.StatsCell
{
	vertical-align: middle;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.TopOfPageCell
{
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 20px;
}

td.SideMenu
{
	padding: 20px;
	text-align: center;
	vertical-align: top;
	width: 99px;
}

td.ScoreCellLabel
{
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

td.ScoreCellValue
{
	text-align: left;
	vertical-align: middle;
}

table.MainSectionStyle
{
	border-style: solid;
	border-width: 0px;
	width:100%;
}

.FrontPageArticleTable
{
	margin-top: 20px;
}

.ListingsTable
{
	margin-top: 20px;
	margin-left: 30px;
}

.NavBarText
{
	font-size: small;
	color: #FFFFFF;
	vertical-align: middle;
	
}

.HeaderText
{
	font-size: large;
	color: #666666;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

.SubheaderText
{
	font-size: medium;
	color: #666666;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}


h1
{
	font-family:"arial", "sans-serif";
	font-size:medium;
	font-weight:400;
	color:#EEEEAA
}

A:link
{	
	color:	#FFFF00;
}	
		
A:visited
{	
	color:	#AAAA00;
}	
		
A:active
{	
	color:	#E37361;
}