/* Import */
@import url(layout.css);
@import url(menus.css);
@import url(content.css);

/* Global */
html { min-height: 100.05%; }
body { margin: 0; padding: 15px 0 0 0;
background: url(img/background.gif); }

body, th, td {
font: 100 11px/19px Verdana, Tahoma, Helvetica, sans-serif;
color: #FFF; }

h1 {
font: bold 16px/25px Verdana, Tahoma, Helvetica, sans-serif;
color: #e2001a;
text-transform: uppercase;
letter-spacing: 0.5px; }

h2, h3, h4, h5, h6 {
font: bold 14px/25px Verdana, Tahoma, Helvetica, sans-serif;
color: #FFF;
text-transform: uppercase;
letter-spacing: 0.5px; }

p {
margin: 0 0 10px 0; } 

hr { border: dotted #FFFFFF 1px; height:1px; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

a, a:link, a:active {
color: #e2001a;
text-decoration: none; }
a:hover { color: #e2001a; text-decoration: underline }
a:visited { color: #e2001a; }

 a img  { border: 0px ; }
