@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 135px;
}
.header .nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 58px;
}
.header .midbg {
	background-image: url(../images/mid_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2DC5C6;
}
.content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #060B11;
}
.content .vdivider {
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: top;
	padding-top: 49px;
}
.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 63px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer  a:hover {
	color: #2dc5c5;
	text-decoration: none;
	font-weight: normal;
}
.content .innercont {
	padding-top: 45px;
	padding-left: 50px;
	padding-right: 40px;
	font-size: 12px;
	line-height: 1.4em;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	color: #2dc5c5;
	font-weight: normal;
	text-decoration: none;
}
.footer .style2 a {
	color: #2dc5c5;
}

li {
	margin-bottom: 2px;
	font-style: italic;
}
a.linked:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-size:11px;
}
a.visited:link {
	color: #FFFFFF;
	font-weight: normal;
	font-size:11px;
	text-decoration:underline;
}