@charset "utf-8";
/* CSS Document */

body {
	background-color: #142FBC;
	background-image: url(../layout/bk-photo.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
}
body,td {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
p {
	margin: 0px;
}
a {
	color: #1337C3;
	font-weight: bold;
	text-decoration: underline;
	outline: 0px;
}
a:hover {
	color: #FFE827;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
}
.tbl100 {
	height: 100%;
	width: 100%;
}
#text {
	padding-right: 6px;
	padding-left: 8px;
	overflow: auto;
	width: 286px;
	height: 224px;
}
.address {
	color: #FFFFFF;
}
.address a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.address a:hover {
	color: #FFE827;
}
.border {
	background-color: #112CA1;
	padding: 1px;
	border: 1px solid #FFFFFF;
}
.copyright {
	color: #74a1ff;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 10px;
}
/* ----------------- contact form ----------------- */
form {
	margin: 0px;
}
form td {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.ffields {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #122EBE;
	padding-left: 2px;
	clear: both;
	float: left;
	background-color: #FFF;
	border: 1px solid #122EBE;
}
.fbuttons {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #122EBE;
	border: 1px solid #000000;
}
.required {
	color: #122EBE;
	font-size: 10px;
}

.link-table {
}
.link-table a {
	color: #1337C3;
	text-decoration: underline;
	font-weight: normal;
}
.link-table a:hover {
	font-weight: normal;
	color: #1337C3;
	text-decoration: underline;
}
.link-code {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 9px;
	color: #0B5282;
}
#iframe {
}
/* ----------------- myinternet ----------------- */
.myinternet-text {
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 10px;
	padding-bottom: 1px;
}
.myinternet-text a {
	text-decoration: none;
	color: #000000;
}
.myinternet-text a:hover {
	text-decoration: none;
	color: #000000;
}
.myinternet-desc {
	color: #FF2E00;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
/* ----------------- validation ----------------- */
.validation-marks-border {
	border: 1px solid #0C2FA5;
	padding: 1px;
	background-color: #FFF;
}
.validation-marks-bkrnd {
	background-color: #0C2FA5;
}
