html { overflow-x: hidden; overflow-y: auto; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	color: #797878;
	background:url(images/body_bg.jpg) top repeat-x;
}

A {
  text-decoration:none; COLOR: #3c3c3c; 
}

A:hover {
	COLOR:#016fb4; TEXT-DECORATION: underline
}

A.more {
  text-decoration:none; COLOR: #e50012; 
}

A.more:hover {
	COLOR:#016fb4; TEXT-DECORATION: underline
}


.a1{text-decoration:none; COLOR: #fff; font-weight:bold; }
.a1_over{background:url("Images/b.jpg"); text-decoration:none; COLOR: #1e7ec7; font-weight:bold; cursor:hand; }