
body {
	font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.navbar {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 11px;
    color: #FFFFFF;
}

input.busca { 
	background-color: #ffffff; 
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color:#ff6600;
	border:1px solid #878787;
	padding: 2px;
	}
select.busca { 
	background-color: #ffffff;
	font:12px verdana, arial, helvetica, sans-serif;
	color:#000000;
	border:0px solid #ffcc00;
	overflow: hidden;
	}
input.botaobusca {
	background-color: #ffcc00; 
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color:#ff6600;
	border:0px solid #ffcc00;
	}

.textgreen {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #339900;
}

.textblue {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #0033cc;
}

.textred {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #ff0000;
}

.textorange {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #ff9900;
}

.textpurple {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #9a08b0;
}

.textblack {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #4e4e4e;
}

.textwhite {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #ffffff;
}

.textblackthin {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: normal;
	font-size: 12px;
    color: #4e4e4e;
}

.texttitulo {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 16px;
    color: #4e4e4e;
}
a:link.navbar, a:visited.navbar, a.active.navbar {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 11px;
    color: #FFFFFF;
}
a:hover.navbar {
    color: #ccffff;
	text-decoration: underline;
}
a:link.titulo, a:visited.titulo, a.active.titulo {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: bold;
	font-size: 16px;
    color: #339900;
}
a:hover.titulo {
    color: #336600;
	text-decoration: underline;
}

a:link.textblackthin, a:visited.textblackthin, a.active.textblackthin {
    font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
    font-weight: normal;
	font-size: 12px;
    color: #4e4e4e;
}
a:hover.textblackthin {
    color: #000000;
	text-decoration: underline;
}
a:link {
	color: #cf242c;
	text-decoration: none;
}
a:visited {
	color: #cf242c;
	text-decoration: none;
}
a:hover, a.active {
	color: #cf242c;
	text-decoration: underline;
}

.butao {
	background: #cf242c;
	padding: 2px 7px 2px 7px;
	font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
	font-size: 11px;
	font-weight : bold;
	border: 1px solid #000000;
    color: #ffffff
}
.butaoform {
	background: #cf242c;
	padding: 2px 7px 2px 7px;
	font-family: Verdana, "Trebuchet MS", Sans-serif, Arial;
	font-size: 11px;
	font-weight : bold;
	border: 1px solid #000000;
    color: #ffffff
}