body	{	background-color: white; 
			background-image: url('../images/bg.gif');
			background-repeat: repeat-x;
			margin: 0; 
			font-family: Verdana, Arial, sans-serif; 
			font-size:10pt; 
			color:#8c0018;	
		}
		
p, td, th	{	font-family: Verdana, Arial, sans-serif;
			font-size: 10pt;
			color: #8C0018;	}
			
H1, H2, H3, H4, H5, H6	{ color: #8c0018;	}

a:link	{ color: #8c0018;
		  text-decoration: none;	} 
		  
a:active	{ color: #E4C76B ;
		  text-decoration: underline;	} 
		  
a:hover	{ color: #E4C76B ;
		  text-decoration: underline;	} 
		  
a:visited	{ color: #8c0018;
		  text-decoration: underline;	}
		  
.smtxt	{	font-size: 8pt;	
			font-weight: bold;	}