BODY, TD, TEXTAREA, INPUT, SELECT {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;	
}


TEXTAREA {
	scrollbar-face-color: #f0f0f0;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #a0a0a0;
	scrollbar-track-color: white;
	scrollbar-arrow-color: black;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
}

A.language {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #6688dd; 
	text-decoration: none;
}
A.language:Hover {
	color: #cc0000; 
	text-decoration: none;
}


A.anchor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*color: #6688dd;*/
	color: #003399;
	text-decoration: none;/*
	background-color: #E8ECF1;*/
	line-height: 17px;
	width: 140px;
}
A.anchor:Hover {
	text-decoration: none;
	color: #cc0000;/*
	background-color: #cc0000;*/
}


A.anchor1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	background-color: #000000
	line-height: 17px;
	width: 140px;
}
A.anchor1:Hover {
	text-decoration: none;
	color: #cc0000;/*
	background-color: #cc0000;*/
}