body {
	background-image:  url(imgs/content_bg.gif);
	background-repeat:repeat-y;
	background-color:#606060;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
body, html {
	scrollbar-base-color: #eeeeee;
	scrollbar-arrow-color: #bbbbbb;
	overflow-x:hidden;
	overflow-y:auto;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}
a {
	font-size: 12px;
	color: #606060;
	font-weight: bold;
}
a:visited {
	color: #606060;
	text-decoration: none;
}
a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.shl {
font-weight:bold;
}