 body{
	font-family: verdana;
	color: #000000;
	font-size: 8pt;
	margin: 0px;
}

.teste  {
	background-repeat : no-repeat;
}

td {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
}

a.menu {
	position:relative
	display:block;
	font-family: verdana;
	font: 12px; /* Arial, Helvetica, sans-serif;*/
	color: #FFFFFF;
	padding:2px 6px;
	text-decoration:none;
	width:auto;
}
 
a.menu:hover {
	color:#fff;
	font-weight: bold;
}

.tdMenu {
	line-height: 22px;
	background-color:#3399CC;
}

.trMenu {
	line-height: 22px;
	background-color:#3399CC;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration : underline;
}

.borda_imagem {
	border-left: Black 1px solid;
	border-top: Black 1px solid;
	border-right: Black 1px solid;
	border-bottom: Black 1px solid;
	padding-bottom : 10px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 10px;
}


/*******************************************
* Componentes para o Formulario de contato *
*******************************************/
.form_input {
	width: 250px; 
	/*height: 17px; */
	font-family: Verdana; 
	font-size: 11px; 
	border-left: solid 1px; 
	border-left-color: #999999; 
	border-top: solid 1px; 
	border-top-color: #999999; 
	border-right: solid 1px; 
	border-right-color: #999999; 
	border-bottom: solid 1px; 
	border-bottom-color: #999999; 
	background-color: #ffffff;
}

.form_btn {
	width: 55px;
	height: 18px;
	font-family: Verdana;
	font-size: 11px;
	border-left: solid 1px;
	border-left-color: #999999;
	border-top: solid 1px;
	border-top-color: #999999;
	border-right: solid 1px;
	border-right-color: #999999;
	border-bottom: solid 1px;
	border-bottom-color: #999999;
	background-color: #DDDDDD;
}

.form_btn:hover {
	background-color: #999999;
}