/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C80002;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #CC0000;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #CC0000;
}

.header{
	padding-top:0px;
	padding-left: 0px;
	height: 140px;
}

.sombra{
	background-image:url(sombra.jpg);
	background-repeat: repeat-x;
}

.centro{
	background-image:url(centro.gif);
	background-repeat: no-repeat;
	width: 742px;
}

.centro2{
	background-image:url(centro.gif);
	background-repeat: no-repeat;
	width: 742px;
	height: 500px;
}

.holdcontent{
	padding-left: 30px;
	padding-right: 32px;
}

.holdcategorias{
	width: 320px;
	line-height: 140%;
}

.direita{
	width: 272px;
}

.txt_cinza{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.txt_cinzabold{
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}

.txt_vermeiobold{
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}

.txt_cinzapq{
	color: #333333;
	font-weight: none;
	font-size: 12px;
	line-height: 140%;
}

.formchave{
	border: 1px #CC0000 dashed;
	background-color: #FFFFFF;
	width: 175px;
	padding: 2px;
	font-size: 14px;
	color:#333333;
}

.submitbotao{
	border: 1px #CC0000 solid;
	background-color: #FFFFFF;
	padding: 1px;
	font-size: 14px;
	color:#333333;
}

.formcinza{
	border: 1px #333333 solid;
	background-color: #FFFFFF;
	padding: 1px;
	width: 380px;	
	font-size: 12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

.txtareacinza{
	border: 1px #333333 solid;
	background-color: #FFFFFF;
	padding: 1px;
	width: 380px;
	height: 50px;	
	font-size: 12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

.holdforms{
	border: 1px #cccccc dashed;
}

.gambiarra{
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	



}