BODY		{ color: #000000; font-size: 10pt; font-family: arial, sans-serif; scrollbar-face-color: #F49AC5; scrollbar-highlight-color: #EEE2E8; scrollbar-shadow-color: #F49AC5; scrollbar-arrow-color: #F5F2E9; scrollbar-base-color: #F49AC5; } 

MENU		{ list-style-type: none; font-size: 10pt; }
UL 			{ list-style-image: url('images/bulit.gif'); font-size: 10pt; }
OL			{ list-style-image: url('images/bulit.gif'); }
OL LI		{ font-size: 10pt; padding: 5px;}

H1			{ font-weight: bold; text-decoration: underline; font-size: medium; }
H2			{ font-weight: bold; text-decoration: none; color: #FF6699; font-size: 10pt; }
H3			{ font-size: 10pt; font-weight: bold; }
H4			{ font-size: 10pt; text-decoration: underline; font-weight: bold; text-indent: 10pt;}
H5			{ font-size: 10pt; font-weight: normal; } 
H6			{ font-size: 8pt; font-weight:normal; }

P 			{ text-indent: 20pt; font-size: 10pt; }
CENTER P	{ text-indent: 0; } 

HR			{ color: #FF99CC; height: 1pt; }

/* Links */

A:link		{ background: none; color: #000000; text-decoration: none; font-size: 10pt; }
A:visited	{ background: none; color: #000000; text-decoration: none; font-size: 10pt; }
A:active	{ background: none; color: #000000; text-decoration: none; font-size: 10pt; }
A:hover		{ background: none; color: #FF6699; text-decoration: none; font-size: 10pt; }

A.ADVERT:link		{ color: #666666; text-decoration: none; font-size: small; font-weight: bold; }
A.ADVERT:visited	{ color: #666666; text-decoration: none; font-size: small; font-weight: bold; }
A.ADVERT:active		{ color: #666666; text-decoration: none; font-size: small; font-weight: bold; }
A.ADVERT:hover		{ color: #666666; text-decoration: none; font-size: small; font-weight: bold; }

A.INTXT:link		{ color: #000000; text-decoration: underline; font-size: 10pt; }
A.INTXT:visited		{ color: #000000; text-decoration: underline; font-size: 10pt; }
A.INTXT:active		{ color: #000000; text-decoration: underline; font-size: 10pt; }
A.INTXT:hover		{ color: #FF6699; text-decoration: underline; font-size: 10pt; }

A.COUNTY:link		{ color: #666666; text-decoration: none; font-size: xx-small; }
A.COUNTY:visited	{ color: #666666; text-decoration: none; font-size: xx-small; }
A.COUNTY:active		{ color: #DDDDDD; text-decoration: none; font-size: xx-small; }
A.COUNTY:hover		{ color: #FC8DC0; text-decoration: none; font-size: xx-small; }

A.BOTTOM:link		{ color: #000000; text-decoration: none; font-size: 8pt; }
A.BOTTOM:visited	{ color: #000000; text-decoration: none; font-size: 8pt; }
A.BOTTOM:active		{ color: #000000; text-decoration: none; font-size: 8pt; }
A.BOTTOM:hover		{ color: #FF6699; text-decoration: none; font-size: 8pt; }

/* Advert Boxes on index page */

P.ADVERT	{ font-size: 10pt;  
			  text-indent: 0; }

TABLE.advert	{ width: 100%; }
				  
TABLE.advert TD	{ width: 50%;
				  background-color: #FFFFFF;
				  border-style: solid;
				  border-color: #FFCCFF;
				  border-width: 1px;
				  vertical-align: top;
				  padding-left: 3px;
				  padding-right: 3px; }
				  	
TABLE.advert TD.head	{ height: 3ex;
						  width: 50%;
				  		  background-color: #FFCCFF;
				  	      vertical-align: middle;
				  	      text-align: center;
				  		  border-style: none; 
				  	      padding-left: 3px;
				  		  padding-right: 3px; }

/* Directory Tables */

TABLE.dtable { background-color: #FFCCFF;
			   width: 100%; }
			   			  
TABLE.dtable TD	{ border-right-width: 0px; 
			  	  border-left-width: 1px; 
			  	  border-top-width: 0px;
			  	  border-style: solid;
			  	  border-bottom-width: 1px; 
			  	  border-color: #FF66CC; 
			  	  vertical-align: top;
			  	  padding-top: 3px;
			  	  padding-bottom: 3px;
			  	  padding-left: 3px;
			  	  padding-right: 3px; }	  
 
/* Page Alignment */

#page		{ position: absolute; left: 0; top: 0; }
