/* -- Gold: #B69C22;   Cream: #F4EFD8;      -- */

/* Scrollbar */
body 
{ scrollbar-face-color: #B69C22; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #F4EFD8; scrollbar-3dlight-color: #F4EFD8; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #F2EBC7; scrollbar-arrow-color: #F4EFD8 } 

table 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.textwhite
{
	font-size: 11px;
	color: #FFFFFF;
}
.textgold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B69C22;
	font-weight: bold;
}

.boldbody {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold }

/*- Gold - large font  --*/
.Head1 
{
	font-size: 14px;
	color: #B69C22;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : 1px;
}

/*-- Red - medium font, italics  --*/
.Head2
{
	font-size: 12px;
	color: B69C22;
	font-weight: bold;
	letter-spacing: 1.5px;
}
/*-- Gold- medium font, italics  --*/
.Head3 
{
	font-size: 11px;
	color: B69C22;
	font-style: italic;
	font-weight: bold;
}

.Headwhite1 
{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.Headwhite2 
{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

/*-- Links in body text --*/
a.linkbody {
	color: Navy;
	font-weight: bold;
	text-decoration : underline;
}
a.linkbody:visited {
	color: Purple;
	text-decoration : underline;
}
a.linkbody:hover {
	color: #E41F1F;
	text-decoration : underline;
}

/*-- Email links in footer --*/
a.linkwhite {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
}
a.linkwhite:visited {
	color: Silver;
	text-decoration : underline;
}
a.linkred:hover {
	color: Yellow;
	text-decoration : underline;
}

/*-- Email links in footer --*/
a.linkwhite {
	color: white;
	font-weight: bold;
	text-decoration : underline;
}
a.linkwhite:visited {
	color: silver;
	text-decoration : underline;
}
a.linkwhite:hover {
	color: yellow;
	text-decoration : underline;
}

/*-- Link on default page  --*/
a.linkdefault {
	font-size : 11px;
	color: white;
	text-decoration : underline;
}
a.linkdefault:visited {
	color: silver;
	text-decoration : underline;
}
a.linkdefault:hover {
	color: #E41F1F;
	text-decoration : underline;
}

/* ---- */
.notes {
	font-size : 10px;
	color : #000000; 
	font-style: italic;
}

.specialstext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E5E54;
	font-weight: bold;
}
/*-- Used on menu pages  --*/

/*-- Table - Dark Green --*/
.tdcolor1 
{
	background-color: #0E5E54;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding : 4pt;
}

/*-- Table - Medium Green --*/
.tdcolor2
{
	background-color: #469C91;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding : 5pt;
}
/*-- Table - Pale Green --*/
.tdcolor3
{
	background-color: #C0DEDA;
	font-size: 11px;
	color: #00483F;
	padding : 5pt;
}
/*-- Table - Red --*/
.tdcolor4
{
	background-color: #CC0000;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4pt;
}

/*-- <input type="radio" name="Contact By" CHECKED VALUE="Contact by Email" style="background: #bcbcbc; color:#ffffff;"> --*/

.linksmall {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; text-decoration: none; }
.linksmall:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; text-decoration: underline; }

