/* body copy */
.copymain  {
	color : #000000; 
	font-weight : normal; 
	font-size : 11px;
	font-family: Verdana, sans-serif;
	line-height: 16px;
	}

/* bold tag - for Netscape */
B  {
	font-weight : bold; 
	}
	
/* italics tag - for Netscape */
I  {
	font : italic;
}

/* reg symbol */
.reg  {
	font-size : 9px; 
}
	
/* main links */
.linkmain {
	color : #CC3300; 
	font-weight : normal; 
	font-size : 11px;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	}

/* main links:HOVER */
.linkmain:HOVER {
	color : #999999; 
	font-weight : normal; 
	font-size : 11px;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	}
	
/* main links:ACTIVE */
.linkmain:ACTIVE {
	color : #999999; 
	font-weight : normal; 
	font-size : 11px;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	}