body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #305A49;
	margin-top: 2px;
}
form 
{
	margin-bottom:0px;
}

td.Title
{
	background-color:#EFEADC;
	padding:5px;
	width:400px;
	font-weight: bold;
}

td.Item
{
	background-color:#FFFFFF;
	padding:5px;
	width:400px;
}

.BkgTile {
	background-image: url(../_img/BkgTile.jpg);
	background-repeat: repeat-x;
}
.BkgNewsTitle {
	background-image: url(../_img/BkgNewsTile.jpg);
	background-repeat: repeat-x;
}
.BkgContentTile {
	background-image: url(../_img/ShadowTileContent.gif);
	background-repeat: repeat-x;
}
.frmText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #1A3E16;
}

.subTitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #972204;
}

.mnuItem {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #A93802;		
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #621702;
	cursor:hand;
}
.mnuItemOver {
	color: #A93802;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #621702;	
	cursor:hand;	
}
a:link {
	color: #972204;
	text-decoration: underline;
}
a:visited {
	color: #972204;
	text-decoration: underline;
}
a:hover {
	color: #836927;
	text-decoration: underline;
}
a:active {
	color: #972204;
	text-decoration: underline;
}
.maroonText {
	color: #972204;
}