/* style sheet for Benard Clark Website */

BODY { 
       background-image:url(images/bg.gif); 
       margin-left:0pt; 
	   margin-right:0pt; 
	   font-family:ms sans serif, geneva; 
	  }
	  
FONT, I, TD, TH, TR, P, BR, UL, OL, LI, BODY, BLOCKQUOTE, TH, H1, H2, H3, H4, H5, H6
{ 
  font-family: ms sans serif, geneva;
  font-size:9pt;
  color: Black;
}	  

SMALL
{ font-size: 8pt; }

CAPTION { font-family: ms sans serif, geneva; font-size: 10pt; font-weight:bold; }

a:hover { text-decoration:underline; }
a { text-decoration:underline; color:#333399; }
a:visited { color: #000066; }

/* form elements */
input, textarea, select { font-size:9pt; 
 						  font-family: ms sans serif, geneva; 
						  color: Black; 
						  background-color:#BDC8F2; 
						  border-top-color:#C9D2F5; 
						  border-left-color:#C9D2F5; 
						  border-bottom-color:#727DA8; 
						  border-right-color:#727DA8; }
				  