

/* *** Cascading Style Sheet *** */

body {
	background-color:	#003399;
	font-family:		arial,verdana,helvetica,sans-serif;
	color:			#000000;
	margin:			0px;
}

.head_contact {
	background-image:	URL(images/bg1.gif);
	background-repeat:	repeat-x;
	height:			16px;
	font-size:		11px;
	font-weight:		bold;
	color:			#ffffff;
	text-align:		right;
}

a.ehead:link {
	color:			#ffffff;
	text-decoration:	none;
}

a.ehead:visited {
	color:			#ffffff;
	text-decoration:	none;
}

a.ehead:hover {
	color:			#F5D6B7;
	text-decoration:	none;
}

.navbg {
	background-image:	URL(images/bg5.gif);
	background-repeat:	repeat-x,repeat-y;
	border-right:		1px solid #F5D6B7;
	width:			187px;
}

a.navtext:link {
	font-size:		16px;
	font-weight:		bold;
	color:			#ffffff;
	text-decoration:	none;
}

a.navtext:visited {
	font-size:		16px;
	font-weight:		bold;
	color:			#ffffff;
	text-decoration:	none;
}

a.navtext:hover {
	font-size:		16px;
	font-weight:		bold;
	color:			#F5D6B7;
	text-decoration:	none;
}

a.navfoot:link {
	font-size:		12px;
	font-weight:		normal;
	color:			#999999;
	text-decoration:	none;
}

a.navfoot:visited {
	font-size:		12px;
	font-weight:		normal;
	color:			#999999;
	text-decoration:	none;
}

a.navfoot:hover {
	font-size:		12px;
	font-weight:		normal;
	color:			#666666;
	text-decoration:	underline;
}

.input {
	color:			#000000;
	font-size:		12px;
	width:			125px;
	height:			20px;
}

.textarea {
	color:			#000000;
	font-size:		12px;
	width:			400px;
	height:			125px;
}

.button {
	color:			#003399;
	font-size:		13px;
	width:			100px;
}