@charset "UTF-8";

	.horiz {background-image: url(/_assets/images/background_01.png); background-repeat: repeat-x;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	#blanket {
		background-color:#2F3237;
		opacity: 0.45;
		filter:alpha(opacity=50);
		position:absolute;
		z-index: 9001;
		top:0px;
		left:0px;
		width:100%;
	}
	#popUpDiv {
		position:absolute;
		background-color:#FFFFFF;
		width:600px;
		height:250px;
		z-index: 9002;
	}

.style1 {color: #FFFFFF}
.style2 {color: #303338}
.style3 {color: #475E77}
a:link {
	color: #0079C2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0079C2;
}
a:hover {
	text-decoration: underline;
	color: #0079C2;
}
a:active {
	text-decoration: none;
	color: #0079C2;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color: #0079C2;
}
a.nav:active {
	text-decoration: none;
	color: #0079C2;
}

.heading_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.body_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.supemailtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.supteltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.subheading_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
  .supbox {
	-webkit-border-radius: .5em;
	list-style-type: none;
	padding: .5em;
	overflow-y: hidden;
	background-color: #3B3D42;
}
  .webbox {
	-webkit-border-radius: .5em;
	list-style-type: none;
	padding: .5em;
	overflow-y: hidden;
	background-color: #0079C2;
}
