@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0E2B5C;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9933;
}
a:hover {
	text-decoration: underline;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #FF6633;
}

.link2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.link2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.link2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.link2 a:hover {
	color: #FFCC66;
	text-decoration: none;
}
.link2 a:active {
	color: #FFCC66;
	text-decoration: none;
}


.txt11p {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.txt12p {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}




.txt13p {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.txt15p {
	font-size: 15px;
	color: #FF9933;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.line-1 {
	background-attachment: scroll;
	background-image: url(img/line1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 7px;
}

.width-900 {
	width: 900px;
}
.height-206 {
	height: 206px;
}
.width-181 {
	width: 181px;
}
.width-150 {
	width: 150px;
}
.height-30 {
	height: 30px;
}
.background-1 {
	background-attachment: fixed;
	background-image: url(imgs/background-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.background-2 {
	background-attachment: fixed;
	background-image: url(imgs/background-2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #104090;
}
.background-4 {
	background-attachment: scroll;
	background-image: url(imgs/background-4.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #09578F;
}

.icon1 {
	background-attachment: scroll;
	background-image: url(img/icon-1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 16px;
}
