@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-x;
	background-color: #06101E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #06C;
}
a:active {
	text-decoration: none;
	color: #06C;
}
nav a:link {
	color: #FFF;
	text-decoration: none;
}
nav a:visited {
	text-decoration: none;
	color: #666;
}
nav a:hover {
	text-decoration: none;
	color: #06C;
}
nav a:active {
	text-decoration: none;
	color: #06C;
}
footer-nav a:link {
	color: #06101E;
	text-decoration: none;
}
footer-nav a:visited {
	text-decoration: none;
	color: #666;
}
footer-nav a:hover {
	text-decoration: none;
	color: #06C;
}
footer-nav a:active {
	text-decoration: none;
	color: #06C;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #AFBED3;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 4px;
	padding-bottom: 0px;
}
.header-inner {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #0F2D56;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 4px;
	padding-bottom: 0px;
}
.footer-bg {
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
}
.main-bg {
	background-image: url(../images/main-bg-img.png);
	background-repeat: no-repeat;
}
.header-bg {
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
}.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	padding-left: 40px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #002D56;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 24px;
}
.content-inner {
	font-family: Arial, Helvetica, sans-serif;
	color: #0F2D56;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 24px;
}
.legals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #036;
	padding-top: 10px;
	padding-right: 20px;
}
.content-bg {
	background-image: url(../images/content-bg.png);
}
