@charset "UTF-8";
/* CSS Document */
body {
	background-color: #8494A5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #89D3DB;
	text-align: justify;
}
.main li {
	color: #fff;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;

	
}
.h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;

	
}
a:link {
	text-decoration: none;
	color: #89D3DB;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #89D3DB;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #89D3DB;
}
.style2 {font-size: 10px; font-style: normal; color: #89D3DB; text-align: justify; font-family: Verdana, Geneva, sans-serif;}
.a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #89D3DB;
}

.a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6DC8D1;
}
.boldwht {
	font-weight: bold;
	color: #FFFFFF;
}

.a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;

}
.footerlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-weight: normal;
	
}
.mainbold {
	font-weight: bold;
}
.mainitallic {
	font-style: italic;
}
p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 215px;
}
#logo h1 {
	margin-left: -5000px;
	margin-top: 0px;
}
.imgspace {
	margin-top: 14px;
}
.flleft {
	float: left;
}
.flright {
	float: right;
}


