*
{
	margin: 0px;
	border: 0px;
}

body {
	font-family: "Open-Sans", "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: #f0f0f0;
	text-align: center;		
}

a {
	text-transformation: none;
}
	
a:hover {
	text-transformation: underline;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;	
}

p {
	font-size: 1em;
	text-align: justify;
	margin-bottom: 12px;	
}

.formulario label {
    display: inline-block;
    width: 200px;
    text-align: right;
    float: left;
    height: 28px;
    margin-top: 6px;
    font-size: 14px;
}

.formulario input[type="text"], .formulario input[type="password"],.formulario input[type="email"], .formulario select {
    font-size: 12px;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
    vertical-align: middle;
}

.formulario textarea {
    font-size: 12px;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
    vertical-align: middle;
    height: 200px;
    width: 328px;
}

.formulario .clear {
    clear: both;
    margin-bottom: 4px;
}

.formulario-thin label {
    display: inline-block;
    width: 150px;
    text-align: left;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

.formulario-thin p {
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
    float: left;
    margin-bottom: 6px;
}

.formulario-thin .clear {
    clear: both;
}

.form {
	font-size: 12px;
	text-align: left;
	margin-bottom: 0px;
}

.form_input {
	font-size: 12px;
	text-align: left;
	margin-bottom: 12px;
}


.form_destaque {
	font-size: 12px;
	text-align: left;
	border-left-width: 2px;
	border-left-color: red;
	border-left-style: solid;		
	border-right-width: 2px;
	border-right-color: red;
	border-right-style: solid;		
	border-top-width: 2px;
	border-top-color: red;
	border-top-style: solid;		
	border-bottom-width: 2px;
	border-bottom-color: red;
	border-bottom-style: solid;
		
}

.bsubmit {
	background: url("../image/bg_botao.png");
	background-color:#eeeee0; 
	text-align: left;
	border-top-width: 1px;
	border-top-color: #cacaca;
	border-top-style: solid;	
	border-left-width: 1px;
	border-left-color: #cacaca;
	border-left-style: solid;	
	border-right-width: 2px;
	border-right-color: #cacaca;
	border-right-style: solid;	
	border-bottom-width: 2px;
	border-bottom-color: #cacaca;
	border-bottom-style: solid;
	cursor: pointer;		
}

.navegacao {
	text-align: center;
	font-variant: small-caps;
}

.navegacao_inicial {
	text-align: left;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-color: #cacaca;
	border-bottom-style: dotted;	
	padding-bottom: 3px;
}

.boxed {
	height: 24px;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-color: #cacaca;
	border-top-style: solid;	
	border-left-width: 1px;
	border-left-color: #cacaca;
	border-left-style: solid;	
	border-right-width: 1px;
	border-right-color: #cacaca;
	border-right-style: solid;	
	border-bottom-width: 1px;
	border-bottom-color: #cacaca;
	border-bottom-style: solid;	
}

a.boxed {
	text-decoration: none;
	background: url("../image/bg_botao.png");
}

a.boxed:hover {
	text-decoration: none;
	color: #cacaca;
}

.nobox {
	font-size: 12px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

a.nobox {
	text-decoration: none;
}

a.nobox:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #6d6f89;
}

.erro {
	color: #cc0000; 
	font-size: 10pt;
	margin-left: 0px;
	padding-left: 6px;
	margin-top: 12px;
	border-left-width: 6px;
	border-left-color: red;
	border-left-style: solid;		
}

.submenu {
	font-size: 10pt;
	text-align: center;
	padding-top: 12px;	
	border-top-width: 1px;
	border-top-color: #cacaca;
	border-top-style: dotted;	
}

a.bgbox {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
}
	
a.bgbox:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #6d6f89;
}

.p1 {
	color: #ffffff;
	background-color: #4d5274; 
	font-weight: normal;
	font-variant: small-caps;
	font-size: 10pt;
	text-align: left;
	margin-bottom: 12px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bordo {
	color: #cc0000;
	font-weight: bold;
	font-size: 12pt;
}

.indent30 {
	padding-left: 30px;
	padding-right: 30px;
}

.borderleft {
	border-left-width: 6px;
	border-left-color: #cacaca;
	border-left-style: solid;	
}

.indent10r {
	padding-right: 10px;
}

.indent10l {
	padding-left: 10px;
}

.indent60l {
	padding-left: 60px;
}

.s10 {
	font-size: 10pt;
}

.s12 {
	font-size: 12pt;
}

.azul {
	color: #333399;
}

.vermelho {
	color: red;
}


#div_titulo_esquerda {
	float: left;
}

#div_titulo_direita {
	float: right;
}

#div_titulo_reset {
	clear: both;
}

#tf_anuncio {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	margin-top: 50px;
	padding-right: 40px;
}

#tf_anuncio a {
	text-decoration: none;		
}

#tf_anuncio a:hover {
	text-decoration: underline;
	background: none;
	color: blue;			
}

.paginacao {
    float: left;
}

.paginacao_audio {
    float: right;
}

.audio_control {
    width: 250px;
}

.paginacao_reset {
    clear: both;
}

.need {
    font-size: 12px;
    color: red;
    text-align: left;
    float: left;
    margin-left: 6px;
    margin-top: 6px;
}