/* 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: #D8E5F5 url(background.jpg);
background-repeat: repeat-x }

body, th, td {
font: 11px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
color: #0A2A49; }

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #D12A1E;
line-height: 22px;
}

h2, h3, h4, h5, h6  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #4472B0;
line-height: 20px;
}

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: #D12A1E;
text-decoration: none; }
a:hover { color: #D12A1E; text-decoration: underline; }
a:visited { color: #991F15; }

