@charset "utf-8";

@import url("padrao.css");
@import url("estrutura.css");
@import url("layout.css");
@import url("modulos.css");

@import url("../../system/css/system.css");
@import url("../../system/css/general.css");

body { background: #FFFFFF url('../images/fundo/bg_pagina.gif') repeat-x left top; }

body, td, th, input, option, fieldset, legend, textarea, button, select { 
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px; }

a { 
 color: #222;
 text-decoration: underline; } 

a:hover {
 color: #000;
 text-decoration: none; }

h1, h2, h3, h4, h5, h6 { 
 color: #990100;
 font-style: normal; font-weight: 100; }

h1, .componentheading { 
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-style: normal; font-weight: 100; 
 text-decoration: none; }

h2, .contentheading { 
 color: #990100;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-style: normal; font-weight: 100; 
 text-decoration: none; }
