.texto_branco12
{
	color : #FFFFFF;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
}

.titulo_preto17
{
	color : Black;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 17px;
	font-weight : normal;
	text-decoration : none;
}

.texto_cinza11
{
	color : #585858;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;

}

.texto_cinza12
{
	color : #585858;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	text-align : justify;
}

.texto_laranja13
{
	color : #FF8000;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 13px;
	font-weight : normal;
	text-decoration : none;

}

.texto_preto12
{
	color : Black;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
	text-align : justify;
}

.titulo_verde20
{
	color : #8CB250;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 20px;
	font-weight : bolder;
	text-decoration : none;
	text-align : justify;
}

.texto_verde12
{
	color : #228B22;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	text-decoration : none;

}

.texto_vermelho12
{
	color : #CE0000;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

.texto_azul12
{
	color : #4242FF;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

.botao_submit {
	background-color: #2F4F4F;
	color: White;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	border: 1 solid #c0c0c0;
}

.botao_submit2 {
	background-color: Teal;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	border: 1 solid #c0c0c0;
}

.textbox{
	background-color: #D9F1D8;
	color: #2F4F4F;
	font-family: Verdana;
	font-size: 8pt;
	border: 1 solid #c0c0c0;
}

body {

	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#333 url(images/h300.png) 0 0;
	width: 925px;
	border:1px solid #777;	
	-background:#666;
}

/* accordion header */
#accordion h2 {
	background:#ccc url(images/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:180px;
	padding:15px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

.altura_accordion {
height:305px;
float:left;
border:none;
}




