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


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/background.jpg);
	text-align: center;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #3DC1FF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.headertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
}
.headertext {
}
.body_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #0096DC;
	text-align: left;
}

.main_body_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: left;
}
.main_body_text a:link {
	color: #39C;
	text-decoration: none;
}
.main_body_text a:visited {
	text-decoration: none;
	color: #39C;
}
.main_body_text a:hover {
	text-decoration: underline;
	color: #39C;
}
.main_body_text a:active {
	text-decoration: none;
	color: #39C;
}
.sidebar_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0096DC;
	text-align:center;
}
.sidebar_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0a4579;
}
.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}

h1 a:link {
	color:#39C;
	text-decoration: none;
}
h1 a:visited {
	text-decoration: none;
	color: #39C;
}
h1 a:hover {
	text-decoration: underline;
	color: #39C;
}
h1 a:active {
	text-decoration: none;
	color: #39C;
}


