﻿BODY
{
	font-size: 13px;
	background-color: #ffffff;
	padding: 0;
	margin: 0 auto;
	line-height: 140%;
	text-align: center;
	width: 1002px;
}
A:link
{
	color: #68883D;
	text-decoration: none;
}
A:visited
{
	color: #68883D;
	text-decoration: none;
}
A:hover
{
	border-right: 0px;
	border-top: 0px;
	background: #68883D;
	border-left: 0px;
	color: #ffffff;
	border-bottom: 0px;
	text-decoration: none;
}
A:active
{
	text-decoration: none;
}

.bg_top
{
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}

.bg_bottom
{
	height: 65px;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
}

#nav
{
	width: 590px;
	height: 24px;
	text-align: center;
	margin-top: 30px;
}
#nav a
{
	font-size: 10pt;
	text-decoration: none;
	width: 56px;
	height: 19px;
	display: block;
	padding-top: 5px;
}
#nav a:hover
{
	color: black;
}
#nav ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}
#nav ul li
{
	width: 56px;
	height: 24px;
	float: left;
	margin-left: 3px;
	background-color: #99FF66;
}

.subTitle
{
	font-size: 14pt;
	color: #cccc66;
	font-weight: bolder;
}

.td1
{
	background-color: #CCFF99;
	width: 60px;
	vertical-align: top;
}
