
/* BODY STYLES */

.body
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3D2824;
	line-height: 18px;
	text-decoration: none;
}

.body:link, .body:active, .body:visited, .body:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4F3E22;
	line-height: 15px;
	text-decoration: underline;
}

.brownbody, .brownbody:link, .brownbody:active, .brownbody:visited, .brownbody:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8E6D44;
	line-height: 15px;
	text-decoration: none;
}

.brownbodybold, .brownbodybold:link, .brownbodybold:active, .brownbodybold:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8E6D44;
	line-height: 18px;
	text-decoration: none;
}

.darkbrownbodybold, .darkbrownbodybold:link, .darkbrownbodybold:active, .darkbrownbodybold:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D2824;
	line-height: 18px;
	text-decoration: none;
}

/* LEFTNAV STYLES */

.leftnav, .leftnav:link, .leftnav:active, .leftnav:visited, .leftnav:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9B6E40;
	line-height: 12px;
	text-decoration: none;
}

/* FORM STYLES */

.input
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4A4B4F;
	line-height: 12px;
	text-decoration: none;
}

.blackinput
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
	text-decoration: none;
}

.button {
	font-family: Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none; 
	background-color:#8F6E45;
}

/* MISCELLANEOUS STYLES */

ul, ol, li
{
	margin-left : 12px;
	padding : 0px;
}

a.close_link {font-family: Arial; font-size: 11px; color: #000000;}
span.red { color: #ff0000; font-weight: bold; }