BODY {
	background : #fff; color: black;
	margin : 0; padding : 0; font-size: 11px;
	font-family: verdana, helvetica, arial, sans-serif; 
}
		
P, TD, TH, { font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal; font-style: normal;
}
			
B, STRONG {
	font-weight : bold; 
}
	
H1, H2, H3, H4, H5, H6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;   font-style: normal;
	color: #000000;  background-color: transparent;
	margin:	5px 0 0 0;
}

H1	{ font-size: 18px;}
H2	{ font-size: 17px;}
H3	{ font-size: 16px;}
H4	{ font-size: 15px;}
H5	{ font-size: 14px;}	
H6	{ font-size: 13px;}

IMG	{		
	border: 0;
}

A  {
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
	
A:LINK {
	color: #0000FF;
	background-color: transparent;
}
	
A:VISITED {
	color: #990099;
	background-color: transparent;
}
	
A:ACTIVE {
	color: #00FF00;
	background-color: transparent;
}
	
A:HOVER {
	color: #FF0000;
	background-color: transparent;
	text-decoration: underline overline;
}

    
.AHEM {
	display: none;
}
	
                 /* redundant to help NS4 not forget :^) */
div, p, th, td, li, dd, dl, dt {
    font-family: verdana, helvetica, arial, sans-serif;
}