﻿body 
{
	margin: 0;
	background-color: #000000;
	background-image: url(../images/hardwood_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	font-family: Arial;
	font-size: 12px;
}

img
{
	border: none;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	a:hover
	{
		text-decoration: underline;
	}
	
.TableHeader
{
	background-color: #334E2B;
	background-image: url(../images/table_header_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}