<!--
/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/


:link,:visited {
    text-decoration: none;
}

body {
    background: #ffc;
}

.linkmenu {
	text-decoration: none;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    outline: none;
}

.imagem {
	border: 15px solid #FFC;
}

body {
	background-color: #FFC;
}

.borda {
	border: 1px solid #663300;

}

.titulo {
	font-weight: 700;
	color: #000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

.texto {
	font-weight: 400;
	color: #000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

.textomenor {
	font-weight: 400;
	color: #000;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.textot {
	font-weight: 400;
	color: #000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.textoc {
	font-weight: 400;
	color: #000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.textocm {
	color: #000;
	font-size: 10pt;
	font-family: Arial Narrow, Helvetica, sans-serif;
	text-align: center;
	font-weight: 400;
}


.autor {
	font-weight: 400;
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.linktexto {
	color: #000000;
}
-->