body,td,th,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

input {
	border:1px solid #000000;
}

textarea {
	border:1px solid #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7BB647;
}

a{text-decoration: underline; color: #000000;}
A:hover{
	text-decoration: none;
	color: #000099;
}

.nolink{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}


.link{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.link:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.td {
	background-color: #DFDFDF;
	font-weight: normal;
	font-size: 11px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.titulotabela {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F6f6f6;
	font-weight: bold;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
.td2 {
	background-color: #F6F6F6;
}
.botao {
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.textoexplicativo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.textoform {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mensagem {

	background-color: #FFCC00;
	font-weight: bold;
}
.ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
}
a.tooltip
 {
 border-bottom: 0px dashed #ff5e2f;
 text-decoration: none;
 position: relative;
 color: #ff5e2f;
 z-index: 24
 }
a.tooltip:hover
 {
 border-bottom: 0px dashed #7a7a7a;
 text-decoration: none;
 color: #000000;
 z-index: 25
 }
a.tooltip span
 {
 display: none
 }
a.tooltip:hover span
 {
 border: 1px solid #f0d070;
 background-color: #ffffe4;
 position: absolute;
 color: #000000;
 display: block;
 padding: 3px;
 width: 350px;
 top:2em;
 left:0em;
 }

.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	font-weight: normal;
}
