﻿/* removed */
/*A:visited*/
/*{*/
/*	color: green;*/
/*}*/
Body
{
	background-color: #EEEABA;	
}

A:hover
{
	color: #3D2012;
}
A:link
{
	color: Black;
}
.hrefnounderline
{
	text-decoration: none;
	color: Black;
}
.href
{
	color: #3D2012;	
}
.lotlisting
{
	text-decoration: none;
}

/* removed border-bottom: #999999 1px solid; for a dotted separator*/
/* try: border-bottom: thin dotted #999999; */
/* try: border-bottom: ridge #999999 */
.menutable
{
	text-decoration: none;
	font-size: 10pt;
	font-family: verdana;
	border-bottom: #5A382E 1px solid;
	padding-bottom: 2px;
}
.menuselected
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.menunotselected
{
	color: White;
	font-weight: normal;
	text-decoration: none;
}
.standard
{
	text-decoration: none;
	font-size: 9pt;
	font-family: verdana;
	color: Black;
}
.standardbold
{
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana;
	color: Black;
}
.header
{
	font-weight: bold;
	text-decoration: none;
    font-size: 10pt;
    font-family: verdana;
    color: #5B8263;
}
.header2
{
	font-weight: bold;
	text-decoration: none;
    font-size: 10pt;
    font-family: verdana;
    color: #3D2012;
}
.header3
{
	font-weight: bold;
	text-decoration: none;
    font-size: 8pt;
    font-family: verdana;
    color: #3D2012;
}
.headerstandard
{
	text-decoration: none;
    font-size: 9pt;
    font-family: verdana;
    color: #B9B9A2;
}

.darkBackground
{
	 background-color:#3D2012;	
}

.mediumBackground
{
	 background-color:#5B8263;	
}