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

/* Global */
html { min-height: 100.05%; }
body { margin: 0; padding: 0;
background: url(img/background.jpg) repeat-x; }

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

h1 {
letter-spacing: 1px;
text-transform: uppercase;
color: #3366FF; 
height: 25px;
background: url('img/h1_backgroundlines.gif') repeat-x; 
padding-left: 2px; font-variant:normal; font-weight:bold; line-height:25px; font-size:14px; font-family:Verdana }
h2, h3, h4, h5, h6 {
font: 100 14px/22px Verdana, Tahoma, Helvetica, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
color: #49A2DA; 
height: 22px;
background: transparent url(img/h2_backgroundlines.gif) repeat-x;
padding-left: 2px }

p {
margin: 0 0 10px 0; } 

hr { display:none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

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

img {
border: 0
}
