body, html  { color: #000000; font-size: 12px; font-family: Courier, Geneva, sans-serif; margin: 0; padding: 0; border: 0 }


/* link definition text or anywhere */
a, a:link, a:visited {
	color: blue;
	font-size: 11px;
	
}
 a:hover, a:active {
 	color: gray;
 }

/* Main navigation */
a.black, a.black:link , a.black:visited{
	color: black;
	font-size: 11px;
	line-height: 14px;
}

a.black:hover, a.black:active{
	color: #8f97c7;

}

a.black_selected{
	color: #8f97c7;
	font-size: 11px;
	line-height: 14px;

}

a.grey, a.grey:link , a.grey:visited{
	color: grey;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

a.grey:hover, a.grey:active { 
color: white; 
background-color: #1059a5 }

a.grey_selected{
	color: #8f97c7;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.subother { 
color: black; 
font-size: 11px;  
line-height: 14px; 

}

.subann    { 
color: black; 
font-size: 12px; 
line-height: 14px; 


}

td.log_grey{
	background-color: #9acaef;
		
}

.soldout{
	opacity:.6;filter:alpha(opacity=60);
}