/* CSS Document */

body {
	background-color: #002250;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;;
	font-size:12px;
	margin:0px;
	border:0px;
	margin-top:5px;
}

a {
	color:#006699; /*002250*/
	text-decoration:none;
}

a:hover {
	color:#002250;
	text-decoration:none;
}

.maintext {
	vertical-align:top;
	text-align:left;
}

.smalltext {
	vertical-align:top;
	text-align:left;
	font-size:10px;
}


#footer {
	position: absolute;
	bottom: 20px;
	right: 0px;
	width: 100%;
	height: 1.2em;
	overflow: hidden;
	position: fixed;
	text-align:center;
	font-size:11px;
	font-weight: normal;
	color:#006699;
	background-color:#6BC0EC;
}

.contact_bg_button {
	background:url(../images/bg_button.gif) no-repeat;
	height:20px;
	width:100px;
}

.contact_text_button {
	font-size:12px;
	margin-left:12px;
	margin-top:0px;

}

textarea {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#002250;
	font-size:12px;
}

.inputs {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#002250;
	font-size:12px;
}