/* --  brown:#C4A77B;   Dark Cream: #E5CF93;   Green: #296034;  -- */

/* Scrollbar */
body 
{scrollbar-face-color: #C4A77B; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #F2E0AD; scrollbar-3dlight-color: #F2E0AD; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #E5CF93; scrollbar-arrow-color: #ffffff } 

table 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
}
td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
}
.H1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #296034;
	line-height: 24px;
	font-weight: bold;
}
.H2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C845F;
	line-height: 24px;
	font-weight: bold;
}
.headingwhitelarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 24px;
	font-weight: bold;
}
.headingwhitesmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 24px;
	font-weight: bold;
}
.textbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	line-height: 16px;
}

.textbrown12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C4A77B;
}
.textgreen12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #296034;
}
.textgreenbold12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #296034;
	font-weight: bold;
}

.textwhite
{
	color: #FFFFFF;
}
.textfooterdefault
{
   font-size: 11px;
	color: #C4A77B;
	line-height: 25px;
}

/*-- Links in body text --*/
a.link {
	font-size: 12px;
	color: #296034;
	text-decoration: underline;
}
a.link:visited {
	color: #52925F;
	text-decoration: underline;
}
a.link:hover {
	color: #C4A77B;
	text-decoration: underline;
}

/*-- Navigation links on home page  --*/
a.linknav {
   font-size: 13px;
	color: #C4A77B;
	font-weight: bold;
	text-decoration: none;
}
a.linknav:visited {
	color: #DBC19A;
	text-decoration: none;
}
a.linknav:hover {
	color: #52925F;
	text-decoration: none;
}
/*-- Navigation links on subpages  --*/
a.linknavsub {
   font-size: 11px;
	color: #C4A77B;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
a.linknavsub:visited {
	color: #DBC19A;
	text-decoration: none;
	letter-spacing: 1px;
}
a.linknavsub:hover {
	color: #52925F;
	text-decoration: none;
	letter-spacing: 1px;
}
/*-- Email link on home page  --*/
a.linkdefault {
	font-size: 11px;
	color: #C4A77B;
	text-decoration: underline;
}
a.linkdefault:visited {
	font-size: 11px;
	color: #DBC19A;
	text-decoration: underline;
}
a.linkdefault:hover {
	font-size: 11px;
	color: #52925F;
	text-decoration: underline;
}
/*-- Table - Green   --*/
.tdcolor1 
{
	background-color: #296034;
	font-size: 11px;
	color: white;
	font-weight: bold;
	padding: 4pt;
}
/*-- Table - Brown --*/
.tdcolor2 
{
	background-color: #C4A77B;
	font-size: 11px;
	color: white;
	font-weight: bold;
	padding: 4pt;
}
	
/*-- Table - Dark Cream --*/
.tdcolor3 
{
	background-color: #E5CF93;
	font-size: 11px;
	color: #296034;
	font-weight: bold;
	padding: 4pt;
}
/*-- Table - Light Cream --*/
.tdcolor4 
{
	background-color: #F5EBD0;
	font-size: 11px;
	color: #296034;
	font-weight: bold;
	padding: 4pt;
}

	/*-- Form field - pale green 
input.field { font-size: 9pt; color: #000000; background-color: #99ccff;
 }
select.field {	font-size: 9pt; color: #3000000; background-color: #99ccff;
 }
textarea.field { font-size: 9pt; color: #000000; background-color: #99ccff;
 } --*/
 
	/*  Form Buttons  
.button 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #030979;
	border: 2px solid;
	border-color: 686682 262531 262531 686682;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-left : 1px;
	padding-right : 1px;
} */
	/*-- Raised Block 
.block 
{
	background-color: #cccc99;
	border-bottom-color: #999966 thin outset;
	border-left-color: #ffffcc thin outset;
	border-right-color: #999966 thin outset;
	border-top: medium groove #ffffcc;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}  --*/

/*-- <input type="radio" name="Contact By" CHECKED VALUE="Contact by Email" style="background: #bcbcbc; color:#ffffff;"> --*/

