/* CSS Document */
.heading-band-grey{
	background-color:#efeeec;
	padding:5px;
	font-size:0.75em;
	font-weight:bold;
	color:#333333;
	width:99%;
	float:left;
}

.txt-list{
	padding:2px 0px 1px 5px;;
	font-size:0.7em;
	color:#333333;
	width:99%;
	float:left;
}

#hc-content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	float: left; 
	width: 100%; 
}

#hc-content p{
	font-size: 1em;
}


#hc-content h2{
	font-size: 1.25em;
}

html>body #hc-content h2{
	padding-top: 5px;
}

#hc-content ul{
	font-size: 1em;
}

.hc-img{
	float: left; 
	padding: 0px 5px 10px 0px;
	width: 25%;
}

html>body .hc-img{
	padding: 0px 5px 0px 0px;
}

.hc-bodytext{
	font-family: Arial, Helvetica, sans-serif;
	width: 61%;
	float: left;
	padding: 0px 8px 5px 0px;
}

html>body .hc-bodytext{
	padding: 0px 5px 5px 0px;
}

#hc-arrow ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style-type:none;
}

#hc-arrow ul li{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type:none;
}

#hc-arrow ul li a, #hc-arrow ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	color: #3297b9;
	background: url(../images/quicklink-arrowactive.jpg) 0 0.4em no-repeat;
	height: 12px;
}

#hc-arrow ul li a:hover, #hc-arrow ul li a:active {
	color: #FF6600;
	background: url(../images/quicklink-arrowover.jpg) 0 0.4em no-repeat;
}