@charset "utf-8";
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #77787b;
}
h1 {
	color: #0293bc;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #0293bc;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #0293bc;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	color: #0293bc;
	font-size: 14px;
	font-weight: normal;
}
.header {
	background-image: url(/images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 370px;
}
.header-links {
	margin-top: 290px;
}
a.header-link {
	color: #8ed3e8;
	text-decoration: none;
	margin: 0 10px 0 10px;
}
a.header-link:hover {
	color: #ffffff;
}
.left {
	width: 270px;
	border-right: 1px dotted #d3cfd0;
	padding: 10px 0 0 0;
}
.content {
	width: 670px;
	padding: 10px
}
.footer {
	background-image: url(/images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
}
.footer-links {
	margin-top: 20px;
	text-align: center;
	color: #FFFFFF;
}
a.footer-link {
	color: #ffffff;
	text-decoration: none;
}
a.footer-link:hover {
	text-decoration: underline;
}
.txt-light {
	color: #8ed3e8;
}
.txt-white {
	color: #ffffff;
}