
.highlight 
{
 	font: 600 italic 10pt/14px arial, helvetica;
 	color : #FDF002;
}

A:link, A:visited, A:active 
{ 
	text-decoration: underline; 
	font-weight: none; 
	color:#F09746; 
} 
A:hover	
{ 
	text-decoration: underline; 
	color: #FCBF6D; 
}

#BLD 
{
	font-weight: bold;
	color: #fffeea;
}

a.sublink 
{
	text-decoration: underline; 
	font-weight: bold; 
	color:#0000FF; 
	cursor: s-resize;
} 
 
a:link.sublink 
{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
} 

a:hover.sublink 
{
	color: #998335;
	font-weight: bold; 
	text-decoration: underline;
} 