.style1 a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
} 
.style1 a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
} 
.style1 a:active {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
} 
.style1 a:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
} 

.mytext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666} 
.mytext a:link {color: #666666; text-decoration: none} 
.mytext a:visited {color: #666666; text-decoration: none} 
.mytext a:hover {color: #666666; text-decoration: underline} 
.mytext a:active {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}


.mytext2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CC0000} 
.mytext2 a:link {color: #000000; text-decoration: none} 
.mytext2 a:visited {color: #000000; text-decoration: none} 
.mytext2 a:hover {color: #000000; text-decoration: underline} 
.mytext2 a:active {color: #000000; text-decoration: none} 
.blkborder {
	border: 1px solid #333333;
}

