body {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:#3c3c3c;
background-color:#b5965a;
}

a {
 
 color: #ffffff;
 text-decoration:none;
} 
 
a:hover {
 color: #b5965a; 
 text-decoration:underline;
}

.orangelink a {
 
 color: #e07a02;
 text-decoration:underline;
} 
 
.orangelink a:hover {
 color: #e07a02; 
 text-decoration:underline;
}

.border-brown {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #493F2A;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #493F2A;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #493F2A;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #493F2A;
	
}

.border-tan-left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #b5965a;
	
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.white8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.brown8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #493F2A;
}

.orange-georgia11 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #e07a02;
}

.white-georgia11 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #ffffff;
}

.bodybackground {
background:url(images/graphics/body-gradient.gif);
background-repeat:no-repeat;
background-color:#DACBAE;
}

.navbackground {
background:url(images/graphics/nav-gradient.gif);
background-repeat:no-repeat;
background-color:#EDEAE4;
}