/* 
   default text styles - background and colors
*/
BODY  
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  color:#000000;
	  font-weight:bold;
	  background-color: #FAF0E2;
	  margin-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
TD, P 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
/* 
   default link handling
*/
A   	{ color: #000000; text-decoration: underline; }
A:link	{ color: #000000; text-decoration: underline; }
A:visited { color: #000000; text-decoration: underline; }
A:active { color: #000000; }
A:hover	{ color: #000000; text-decoration: underline; }


/* 
   top nav link handling
*/

.TOPNAV A   	{ color: #FAF0E2; text-decoration: none; font-weight: bold; }
.TOPNAV A:link	{ color: #FAF0E2; text-decoration: none; font-weight: bold; }
.TOPNAV A:visited { color: #FAF0E2; text-decoration: none; font-weight: bold; }
.TOPNAV A:active { color: #FAF0E2; text-decoration: none; font-weight: bold; }
.TOPNAV A:hover	{ color: #000000; text-decoration: none; font-weight: bold; }
.TOPNAV .CURRENT_PAGE { color: #000000; font-weight: bold; }
.TOPNAV TD { background-color: #65240F; }

.TOPNAV_DIVIDER TD { background-color: #000000; }

.TOPNAV_HEADER TD { background-color: #864623; }

