<!--
body {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
	color: #4D515C;
	text-align:justify;
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#A4AAB6;
	scrollbar-darkshadow-color:#C2C6CF;
	scrollbar-track-color:#4D515C;
	scrollbar-face-color:#C2C6CF;
	scrollbar-shadow-color:#A4AAB6;
	scrollbar-highlight-color:#000000;
	margin: 0px;
	cursor: crosshair;
}
.head {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color:#000000;
	padding-left: 1px;
	text-align: center;
}  

A:link   {
	cursor: default;
	color: #A4AAB6;
	text-decoration: none;
}

A:visited {
	cursor: default;
	color:#A4AAB6;
	text-decoration: none;
}

A:active   {
	cursor: default;
	color: #C2C6CF;
	text-decoration: none;
}

A:hover {
cursor: default;
	color: #ffffff;
	filter: glow(color=#4D515C, strength=1);
	height: 0px;
	text-decoration: line-through;
}





