<!--

body {
font-family: Veranda, Arial, Helvetica, Sans-Serif;
background-color: #ccc;
color:#000;
margin: 0 0 0 0;  
}

td {
font-family: Veranda, Arial, Helvetica, Sans-Serif;
color:#000;
}

td.darkbg {
font-family: Veranda, Arial, Helvetica, Sans-Serif;
color:#fff;
}

/* BOLD */

.bold {
font-weight: bold;
}


/* contactinfo */
.contactinfo {
text-decoration: none;
}

.contactinfo:link {
text-decoration: none;
color: #000099
}

.contactinfo:visited {
text-decoration: none;
color: #000099
}

.contactinfo:hover {
text-decoration: none;
color: #ff9933
}

.contactinfo:active {
color: #ff9933
text-decoration: none;
}

.contactinfo img {
border: none
}

/*header-green*/
.header-green {
color: #49810D;
font-weight: bold;
}


/* whitetext */

.whitetext {
color:#ffffff;
}

/* greentext */

.greentext {
color:#49810D;
}

/* Links - Regular */

.links {
color:#CCC;
text-decoration: none;
}

.links:link {
color:#CCC;
text-decoration: none;
}

.links:visited {
color:#CCC;
text-decoration: none;
}

.links:hover {
color:#00CCFF;
text-decoration: none;
}

.links:active {
color:#00CCFF;
text-decoration: none;
}

a img {
border: none
}

/* Links - White */

.linkwhite {
color:#fff;
font-size: smaller;
}

.linkwhite:link {
font-size: smaller;
color:#fff;
}

.linkwhite:visited {
font-size: smaller;
color:#fff;
}

.linkwhite:hover {
font-size: smaller;
color:#ff9933;
text-decoration: none;
}

.linkwhite:active {
font-size: smaller;
color:#fff;
}

.linkwhite img {
border: none
}

/* Links - Yellow */

.linkyellow {
color:#ffcc00;
text-decoration: none;
}

.linkyellow:link {
color:#ffcc00;
text-decoration: none;
}

.linkyellow:visited {
color:#ffcc00;
}

.linkyellow:hover {
color:#ff9933;
text-decoration: none;
}

.linkyellow:active {
color:#ffcc00;
}

.linkyellow img {
border: none
}

/* copyright */
.copyright {
font-size: smaller
}

/* Layout Colors */
.white  {
	background-color: #ffffff
  }
.orange  {
	background-color: #ff9933
  }
.yellow  {
	background-color: #ffcc00
  }
  
.drkgray  {
	background-color: #646264
  }    

.ltgray  {
	background-color: #8b8b8b
  } 

.ltgreen  {
	background-color: #cdd9c1
  } 

.ltrgray  {
	background-color: #f5f5f5
  }

       
 // -->   
