body, HTML{
	margin:0px;
	width:100%;
	height:100%;
	background-image:url(../images/fundo.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
}

.sombraL{
	background-image:url(../images/bgL.gif);
	background-repeat:repeat-y;
}

.sombraR{
	background-image:url(../images/bgR.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.bg_menuTop{
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
}

.bg_menuL{
	background-image:url(../images/bg_mLateral.gif);
	background-repeat:no-repeat;
	padding-left:33px;
	height:34px;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#37393c;
}

.bg_menuL2{
	background-image:url(../images/bg_mLateral2.gif);
	background-repeat:no-repeat;
	padding-left:33px;
	height:34px;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#37393c;
}

.links{
	text-decoration:none;
	color:#37393c;
}

.text{
	font-size:11px;
	line-height:18px;
	color:#2d3031;
}

.textj{
	font-size:11px;
	line-height:18px;
	color:#2d3031;
	text-align:justify;
}

.textb{
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#2d3031;
}

.textlink{
	font-size:11px;
	line-height:18px;
	color:#8F240D;
	text-decoration:none;
}
.textlink:hover{
	color:#8F240D;
	text-decoration:underline;
}

.obrig{
    color: #8F240D;
    font-family: verdana;
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
}

.titulo{
	font-size:11px;
	font-weight:bold;
	color:#3a3c3e;
}

.setas{
	font-weight:bold;
	font-size:12px;
	color:#d62800;
}

.titulo2{
	font-weight:bold;
	font-size:11px;
	color:#d62800;
	text-decoration:none;
}

.titulo2:hover{
	font-weight:bold;
	font-size:11px;
	color:#d62800;
	text-decoration:underline;
}
.data{
	font-size:10px;
	font-weight:bold;
	color:#393a3c;
}

.rodape{
	font-size:10px;
	color:#47484a;
}

.rodape a{
	font-size:10px;
	color:#47484a;
	text-decoration:none;
	font-weight:bold;
}

.rodape a:hover{
	font-size:10px;
	color:#47484a;
	text-decoration:underline;
	font-weight:bold;
}

INPUT.text{
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	color: #333333;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}

TEXTAREA{
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	color: #333333;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
INPUT.botao{
	border-bottom: thin;
	border-top: thin;
	border-left: thin;
	border-right: thin;
	padding: 1px 2px 0px 2px;
    background-color: #8F240D;
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    color: #FFFFFF;    
    cursor: pointer;    
}
