body {
	background-color: #0c0402;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: verdana;
	font-size: 11px;
	color: #291004;
}
.aumentaTexto {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #625626;
	height:25px
}
.linkRodape {
	position:absolute;
	font-family: verdana;
	font-size: 11px;
	color: #fcf1d3;
}

.linkRodape a{
	text-decoration:none;
	color:#fcf1d3;
}

.linkRodape a:hover{
	text-decoration:underline;
	color:#fcf1d3;
}

.aumentaTexto a{
	text-decoration:none;
	color:#5c3b2c;
	font-size:10px
}
.aumentaTexto a:hover{
	text-decoration:none;
	color:#4F0000;
	font-size:12px
}
.bgRight {
	background-image: url(images/bg_dir.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgLeft {
	background-image: url(images/bg_esq.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
	display:none
}
#track {
	width: 18px;
	height: 150px;
	background-image:url(images/line_scroll.gif);
	background-repeat:repeat-y;
	background-position:top center;
}
#down {
    cursor: pointer;
	display:none
}
#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}
#contentMask {
	width: 458px;
    height: 199px;
    position: relative;
    overflow: hidden;
}
#content {
	width: 448px;
    position: relative;
	text-align: left;
}
.campoForm {
	font-family: Verdana;
	font-size: 11px;
	color: #745D4B;
	background-color: #FEFAEF;
	border: 1px solid #E8CC9A;
	margin: 0px;
	padding: 0px;
}
a {
	color:#291004;
	text-decoration:none;
}
a:hover{
	color:#291004;
	text-decoration:underline;
}.font12 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
