body {

	font-family:verdana;
	font-size:11px;
	color:#000000;
} 

a {
	color: #000000;
}

.caixa{
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

.caixa2{
	border-bottom: 1px solid #000000;
}

.menu{
	/*background-image: url(imagens/bg_menu.jpg);*/

	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
	padding-left: 20px;
	padding-top: 2px;
	width: 165px;
	font-weight: bold;
	display: block;

}
.menu:hover{
	/*background-image: url(imagens/bg_menu_hover.jpg);*/
	background-color: #0052A4;
}

.titulo_pag {
	/*background-image: url(imagens/bg_tit.jpg);*/
	background-color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	padding-right: 20px;
	border-left: 2px;
	height: 20px;

}


td{
font-family:verdana;
font-size:11px;
color:#333333;
}

.input_text{
border:1px solid #CCCCCC;
background-color: #ffffff;
font-family:verdana;
font-size:10px;
color:#333333
}

.textopeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;

}

.tit_menu {
	background: #C1C1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 20px;
}


