* {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 10px;
	color: #444;
}
a, visited {
	color: #444;
	text-decoration: underline;
}
input , select, textarea{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFA442;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	font-weight: normal;
}


#msg {
	font-weight: bold;
	color: #C30;
}
table td {
	padding: 4px;
}
img {
	border: 0px;
}

.linha1 {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFA442;
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: 0px;
}
.botao {
	border: 1px solid #FFA442;
	background-color: #FFF1E1;
	font-weight: bold;
	color: #A25018;
}
.botao:hover {
	background-color: #FFA442;
}
.info {
	font-size: 10px;
	color: #666;
	margin-bottom: 10px;
}
.tabela1 th, .tabela1 td {
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.tabela1 th {
	color: #FFF;
	height: 19px;
	background-image: url(../../media/site/tabela1_tc.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
.tabela1 .tl {
	background-image: url(../../media/site/tabela1_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tabela1 .tr {
	background-image: url(../../media/site/tabela1_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.tabela1 td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d07300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d07300;
}
.tabela1 .r  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d07300;
}
.tabela1 .linha {
	background-color: #FFF3E6;
}
.tabela1 .ultima_linha {
	font-weight: bold;
	color: #FFF;
	background-image: url(../../media/site/tabela1_bc.gif);
	background-repeat: repeat-x;
	height: 19px;
}
.tabela1 .br {
	background-image: url(../../media/site/tabela1_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.tabela1 .bl {
	background-image: url(../../media/site/tabela1_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left-style: none;
}
.msgOK {
	font-weight: bold;
	color: #090;
}
.msgERRO {
	font-weight: bold;
	color: #F00;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.left {
	float: left;
}

