@charset "UTF-8";

.hstVertContainer {
	display: block;
	width: 216px;
	height: auto;
	min-height: 218px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url("../../../images_css/hst_vert_container_bg.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment: scroll;
	padding: 10px;
	border: 1px solid #DFDFDF;
}

.hstVertContent {
	display: block;
	width: 131px;
	height: auto;
	float: left;
}

.hstVertImage {
	display: block;
	width: 75px;
	height: auto;
	margin-right: 10px;
	float: left;
}

.hstVertContent .greenLargeBold13 {
	display: block;
	color: #666666;
	background-color: transparent;
	font-size: 0.75em;
	font-weight: normal;
}

.hstVertContent .blue:link {
	display: block;
	font-size: 0.75em;
	color: #000000;
	background-color: transparent;
	background-image: url("../../../images_css/hsthoricontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.hstVertContent .blue:visited {
	display: block;
	font-size: 0.75em;
	color: #000000;
	background-color: transparent;
	background-image: url("../../../images_css/hsthoricontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.hstVertContent .blue:hover {
	display: block;
	font-size: 0.75em;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_hsthoricontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.hstVertContent .blue:active {
	display: block;
	font-size: 0.75em;
	color: #FF0000;
	background-color: transparent;
	background-image: url("../../../images_css/_hsthoricontent_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

