/* CSS Document */

body{
	background: #FFF url(pageBg.gif) repeat-x top;
	margin: 0px;
}
a:link {color: #777777}
a:visited {color: #777777}
a:hover {color: #006CBE}
a:active {color: #777777}
#titles{
	background: #FFF url(tile-titles.gif) repeat-x top;
	height: 39px;
	text-align: left;
	vertical-align: top;
}
#content{
	background: #FFF url(tile-bodyBg.gif) repeat-y top;
	text-align: center;
	vertical-align: top;
}
#hslist{
	background: transparent !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-align: left;
	vertical-align: top;
}
#main{
	background: transparent !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-align: justify;
	vertical-align: top;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #646464;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
}
a.flink:link,
a.flink:visited{
	color: #646464;
	text-decoration: none;
}
a.flink:hover{
	color: #646464;
	text-decoration: underline;
}