
/* BASIC COLOR STYLES */

.body
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
	line-height: 15px;
	text-decoration: none;
}

.body:link, .body:active, .body:visited
{
	color: #4D4D4D;
}

.body:hover
{
	text-decoration: underline;
}

.bodybold, .bodybold:link, .bodybold:active, .bodybold:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 15px;
	text-decoration: none;
}

.brownbody, .brownbody:link, .brownbody:active, .brownbody:visited, .brownbody:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 15px;
	text-decoration: underline;
}

.bodybold:hover
{
	text-decoration: underline;
}

/* HEADING STYLES */

h1 {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none; line-height:15px; margin-top:0px; margin-bottom:0px; }

h2 {  font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none; line-height:15px; margin-top:0px; margin-bottom:0px; }

/* BASIC STRUCTURAL COLOR STYLES */

.navheading, .navheading:link, .navheading:active, .navheading:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: none;
}

.navheading:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: underline;
}

.navitem, .navitem:link, .navitem:active, .navitem:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: none;
}

.navitem:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: underline;
}

/* FOOTER STYLES */

.footer, .footer:link, .footer:active, .footer:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #405974;
	line-height: 15px;
	text-decoration: none;
}

.footer:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #405974;
	line-height: 15px;
	text-decoration: underline;
}

.footerbrown, .footerbrown:link, .footerbrown:active, .footerbrown:visited
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #996633;
	line-height: 15px;
	text-decoration: none;
}

.footerbrown:hover
{
	text-decoration: underline;
}

/* MISCELANNEOUS STYLES */

ul {
	margin-top : 5px;
	margin-bottom : 5px;
}

.input, .input:link, .input:active, .input:visited, .input:hover
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
	line-height: 15px;
	text-decoration: none;
}

.button {  font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color:#609AB5;}