body {
	background-repeat: repeat;
	background-image: url(../../_media/img/hs_background.png);
	text-align: left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
}

a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}

a:hover {
	text-decoration: none;
	color: #336699;
}


div#hs_container {
	position: absolute;
	width: 480px;
	height: 500px;
	top: 50%;
	margin-top:-208px;
	left:50%;
	margin-left:-240px;
}

div#hs_top {
	width: 480px;
	height: 270px;
	background-image: url(../../_media/img/hs_field_top.gif);
}

div#hs_logo {
	position: absolute;
	margin-top:190px;
	margin-left:20px;
}

a.rollover {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	background: url(../../_media/img/hs_logo.jpg);
}

a.rollover:hover {
	background-position: -60px 0;
}

div#hs_bottom {
	background-color:white;
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:10px;
	width: 430px;
	line-height: 1.7em;
}

div#hs_borderline {
	background-image: url(../../_media/img/hs_field_borderline.gif);
	width: 480px;
	height: 5px;
}

.shout {
	font-weight: bold;
}

.codedirection {
	unicode-bidi:bidi-override; direction: rtl;
}