a:link { text-decoration: none}
a:hover { text-decoration: none}
a:visited { text-decoration: none}
a:active { text-decoration: none}

BODY {
	overflow-y:auto;
	overflow-x:auto;
	SCROLLBAR-FACE-COLOR: #E8E8E8; 
	SCROLLBAR-HIGHLIGHT-COLOR: #E8E8E8; 
	SCROLLBAR-SHADOW-COLOR: #E8E8E8; 
	SCROLLBAR-3DLIGHT-COLOR: #E8E8E8; 
	SCROLLBAR-ARROW-COLOR: #053B51; 
	SCROLLBAR-TRACK-COLOR: #E8E8E8; 
	SCROLLBAR-DARKSHADOW-COLOR: #E8E8E8;
}

.txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	line-height: 14px;
	text-align : justify;
}

a.txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #666666;
	line-height: 14px;
	text-align : justify;
	text-decoration : none;
}

a.txt:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #999999;
	line-height: 14px;
	text-align : justify;
	text-decoration : none;
}

