@charset "utf-8";
body {
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #224e7c;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.mainborder {
	border: 1px solid #FFFFFF;
}
.contentbg {
	background-color: #06213f;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: "Arial Narrow", Tahoma, Vardena;
	font-size: 18px;
	font-weight: normal;
	color: #d4ebff;
	text-decoration: none;
	display: inline;
	margin: 0px;
	text-transform: uppercase;
}
h2 {
	font-family: "Arial Narrow", Tahoma, Vardena;
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: inline;
	margin: 0px;
	text-transform: uppercase;
}
h3 {
	font-family: "Arial Narrow", Tahoma, Vardena;
	font-size: 16px;
	font-weight: normal;
	color: #051c35;
	text-decoration: none;
	display: inline;
	margin: 0px;
	text-transform: uppercase;
}
a:link {
	color: #0189C3;
	text-decoration: underline;
}
a:visited {
	color: #0189C3;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #0189C3;
	text-decoration: underline;
}

.readmore:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.readmore:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.readmore:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.readmore:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.map {
	background-image: url(../images/world_map.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.greylink:link {
	color: #333333;
	text-decoration: underline;
}
.greylink:visited {
	color: #333333;
	text-decoration: underline;
}
.greylink:hover {
	color: #333333;
	text-decoration: none;
}
.greylink:active {
	color: #333333;
	text-decoration: underline;
}
.bluelink:link {
	color: #2c84b3;
	text-decoration: underline;
}
.bluelink:visited {
	color: #2c84b3;
	text-decoration: underline;
}
.bluelink:hover {
	color: #ffffff;
	text-decoration: none;
}
.bluelink:active {
	color: #2c84b3;
	text-decoration: underline;
}
#mainlinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #191919;
	text-decoration: none;
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 11px;
	padding-right: 6px;
	padding-left: 6px;
}
#mainlinks:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #002a40;
	text-decoration: none;
	background-image: url(../images/but_bg-hover.jpg);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 11px;
	padding-right: 6px;
	padding-left: 6px;
}
.top:link {
	color: #191919;
	text-decoration: none;
}
.top:visited {
	color: #191919;
	text-decoration: none;
}
.top:hover {
	color: #002a40;
	text-decoration: none;
}
.top:active {
	color: #191919;
	text-decoration: none;
}

