@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	background-image: url(../images/backgroung.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #02180C;
}
p {
	margin: 0px;
}
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #125b8f;
	text-decoration: none;
	display: inline;
	margin: 0px;
}
h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	margin: 0px;
}
h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	margin: 0px;
}
a:link, a:visited, a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #035e8e;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.blue-line {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #81C0DF;
	border-bottom-color: #81C0DF;
	border-left-color: #81C0DF;
}
.contact-text {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
}
.bottom {
color:#b7d9eb;
}
