/* Geral */
body{
	margin:0;
	font-family:Verdana, Arial,Helvetica;
	font-size:10px;
	color:#031D54;
	background-image:url(http://www.aceschmersal.com.br/img/cinza.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}
#wrapper{
	width:770px;
}
td{
	font-family:Verdana, Arial,Helvetica;
	font-size:10px;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:#031D54;
	cursor:hand;
}
a:hover{
	text-decoration:underline;
	color:#000055;
}
.botao{
	background:#43618A;
	color:#FFFFFF;
	border:1px solid black;
	font-size:10px;
}
a.botao
{
	display:block;
	line-height:20px;
	width:30px;
	padding-left:5px;
	padding-right:5px;
	background:#43618A;
	color:#FFFFFF;
	border:1px solid black;
	font-size:10px;
}
.tituloPagina,.tituloItem{
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
	padding-bottom:10px;
	padding-left:4px;
	display:block;
	border-bottom:1px solid #031D54;
	width:530px;
	margin-bottom:15px;
}
.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}