.Grass {
	background-image: url(/images/grass.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
td {
	font-family: Garamond, Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
.Header {
	font-family: Garamond, Tahoma, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
.SubHeader {
	font-family: Garamond, Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: normal;
}
.DropShadowLeft {
	background-image: url(/images/dsLeft.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.DropShadowRight {
	background-image: url(/images/dsRight.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

A.Navigation
{
	font-family: Garamond, Tahoma, Arial;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	display: block;
	background-color: #FFFFFF;
	padding: 2px;
}

A.Navigation:Hover
{
	font-family: Garamond, Tahoma, Arial;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	display: block;
	background-color: #EDEDED;
}

.NavigationCellTop
{
	border-top: 1px Solid #666666;
	border-right: 1px Solid #666666;
	border-bottom: 1px Solid #666666;	
}

.NavigationCell
{
	border-right: 1px Solid #666666;
	border-bottom: 1px Solid #666666;	
}

.NavigationCellBottom
{
	border-right: 1px Solid #666666;
	border-bottom: 1px Solid #666666;
}
