@charset "iso-8859-1";
/** Body do site **/
body, td {
	font-family: tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color:#000000;
}

img, input {
	behavior: url("scripts/png.htc");
}

.tdBgAmarelo {
	background-color:#F2B23A;
}

/** fundo sem repetição **/
.noBgRepeat {
	background-repeat:no-repeat;
}

.bgRepeatY {
	background-repeat:repeat-y;
}

.txCastanho {
	color: #8F3E20;
}
.txCastanho12pxBold {
	color: #8F3E20;
	font-weight:bold;
	font-size:12px;
}

.txCastanho10px {
	color: #8F3E20;
	font-size:10px;
}

.txAmarelo {
	color: #D37425;
	font-size:11px;
}

/** texto azul bold **/
.txAzulBold {
	color: #00558C;
	font-weight:bold;
}


/* Texto Obrigatório */
.txObrig, .txSemi {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #C00000;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
.txSemi {
	COLOR: #000000; 
}

/** anchor normal **/
a, a:hover, a:visited, a:link {
	font-size: 11px;
	text-decoration: none;
	color: #D37425;
}

a:hover {
	color: #8F3E20;
}

a.aCastanho10px, a.aCastanho10px:hover, a.aCastanho10px:visited, a.aCastanho10px:link {
	font-size: 10px;
	text-decoration: none;
	color: #8F3E20;
}

a.aCastanho10px:hover {
	color: #D47201;
}

a.aUnderlined, a.aUnderlined:hover, a.aUnderlined:visited, a.aUnderlined:link {
	text-decoration:underline;
}

/** caixas de input, áreas de texto e combo boxes **/
.inputText, .inputTextB1, .inputTextB2, .inputTextB3, textarea, select {
	font-family: Verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#006594;
	border:1px solid #7F9DB9;
	padding-left:2px;
	padding-right:2px;
}
textarea {
	overflow:auto;
}
.inputText, select {
	height:18px;
}
.inputTextB1, .inputTextB2 {
	border-width:0px;
	border-color:#FFFF00;
	background:url(../images/fundo_field_01.png);
	background-position:center;
	height:25px;
	width:361px;
	padding:6px;
	color:#8F3E20;
}
.inputTextB2 {
	background:url(../images/fundo_field_02.png);
	width:333px;
}
.inputTextB3 {
	border-width:0px;
	border-color:#FFFF00;
	background:url(../images/fundo_field_03.png);
	background-position:center;
	height:89px;
	width:333px;
	padding:6px;
	color:#8F3E20;
}

.spanObrig {
	color:#990000;
	font-weight:bold;
	font-size:10px;
	font-family:"Courier New", Courier, monospace;
}

.imgBorder {
	border:1px solid #F2B23A;
}

