@charset "utf-8";
/* CSS Document */

#nav_s {
	background:url(../images/barra_menu.gif) no-repeat #003F6C;
	width: 967px;
	margin: 0 auto;
	height: 42px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#nav_s ul {
	list-style: none;
	width:960px;
	margin: 0 auto;
	padding: 0;
}
#nav_s li {
	float:left;
	margin: 0px 8px 0px 8px;
	padding-top: 13px;
}
#nav_s A:link {
	COLOR: #fff;
	TEXT-DECORATION: none
}
#nav_s A:active {
	COLOR: #fff;
	TEXT-DECORATION: none
}
#nav_s A:visited {
	COLOR: #fff;
	TEXT-DECORATION: none
}
#nav_s A:hover {
	text-decoration: underline
}
a.img {
	border:none 0;
}
img {
	border:none 0;
}
table.clientlinks {
	background:#e0e0e0;
}
td.clientlinks {
	background:#f9f9f9;
	width:25%;
	text-align:center;
	padding: 6px;
}
.navboxlinks {
	/*background-color: #ffffff;*/
    padding: 5px;
}
.navboxlinks td {
	border-bottom: 1px dotted #cccccc;
}
.navbox {
	background-color: #f7f7f7;
	border: 1px dotted #cccccc;
	padding: 5px;
}
.navinput {
	border: 1px solid #cccccc;
	width: 95px;
}
.submitbutton {
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	background-color: #3A6897;
	border: 1px solid #3A6897;
}

form textarea {
	background: rgb(255, 255, 255);
	font: 12px/normal Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	border: 1px solid rgb(228, 228, 228);
	/*color: rgb(167, 167, 167);*/
	overflow: auto;
	margin-bottom: 14px;
	font-size-adjust: none;
	font-stretch: normal;
}
form input {
	background: rgb(255, 255, 255);
	font: 14px/normal Arial, Helvetica, sans-serif;
	padding: 4px 5px;
	border: 1px solid rgb(216, 216, 216);
	color:#333333;
	margin-right: 6px;
	font-size-adjust: none;
	font-stretch: normal;
}
form select {
	font: 14px/normal Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid rgb(216, 216, 216);
	text-align: right;
	color: #333333;
	margin-right: 6px;
	font-size-adjust: none;
	font-stretch: normal;
}
form a {
	/*background: rgb(255, 102, 0);*/
	padding: 0px 12px;
	color:#000000;
	line-height: 27px;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	float: right;
}
form span {
	font-size: 14px;
	margin-right: 6px;
	float: right;
}
