@charset "utf-8";
/* CSS Document */
/* links */
a:link { text-decoration: none; color:#000; }
a:visited { text-decoration: none; color:#000;}
a:hover { text-decoration: underline; color:#000;}
a:active { text-decoration: none; color:#000;}

/* texto padrão */
body { font-family: Arial; font-size: 12px; font-style: normal; color: #000;} /*F5F5F5 */
p { font-family: Arial; font-size: 16px; font-style: normal;color: #000;text-indent: 10px;padding: 5px;}
h1 { font-family: Arial; font-size: 22px; color: #F3282B; }/*titulos nivel 1*/

.fontePadrao {font-family: Arial; font-size: 16px; font-style: normal;color: #000;text-indent: 10px; padding:5px;}
.topicoTitulo {	font-family:Arial; font-size:26px;	font-stretch: expanded;	color: #000; border-bottom:1px solid #CCC;}


