/* COMMON STYLES */
body	{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #423C39;
	font-family: verdana, helvetica, sans-serif;
}
TD, td, .BodyText, div	{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
.topnavbg, .bottomnavbg, .nav	{
	background-color: #7A140F;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
}
.topnavline, .bottomnavline	{
	background-color: #A59E29;
}
.bodybg	{
	background-color: #F8F2E0;
}
.divider	{
	background-color: #DBD8A9;
}


h1, .h1, .head1	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #875900;
	padding: 0px;
	margin: 0px;
}
.plus	{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.redtext	{
	font-size: 11px;
	line-height: 16px;
	color: #7A140F;
}

.photoborder	{
	margin: 0px auto;
	padding: 3px;
	background: #FFF;
	border: 1px solid #D7D7D7;
}
input, textarea, select {
	font-size: 11px;
	border:1px solid #999999;
}
.required	{
	color: #7a8945;
}
#subject {
	display: none;
}

/* LINK STYLES */

a, a:link, a:visited	{
	color: #003265;
	text-decoration: none;
}
a:hover	{
	color: #7A140F;
}

.navOn, a.navOn, a.navOn:visited	{
	font-size: 10px;
	font-weight: bold;
	color: #FFE89F;
	text-decoration: none;
}
.navOff, a.navOff, a.navOff:visited	{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.navOn:hover, a.navOff:hover	{
	color: #FFE89F;
	text-decoration: none;
}

.copyright, a.copyright, a.copyright:visited	{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.copyright:hover	{
	text-decoration: underline;
}
