html {
height: 100%;
}
body {
margin: 0;
padding: 0;
height: 100%;
background-image: url(../image/bg.gif); 
background-repeat: repeat; 
background-position: top left;
background-color: #FFFFFF
}
.illonav {
background-image: url(../image/header.gif); 
background-repeat: repeat-x; 
background-position: top left;
}
td {font: normal 10px arial; color: #1D1D1D;}
a:link {font: bold 10px arial; color: #000000; background-color: transparent; text-decoration: none;}
a:visited {font: bold 10px arial; color: #000000; background-color: transparent; text-decoration: none;}
a:hover {font: bold 10px arial; color: #FB0808; background-color: transparent; text-decoration: none;}
a:active {font: bold 10px arial; color: #FB0808; background-color: transparent; text-decoration: none;}
.headline {font: bold 10px arial; color: #481604; background-color: transparent; text-decoration: none;}
.caption {font: bold 10px arial; color: #FB0808; background-color: transparent; text-decoration: none;}
.section {font: bold 11px arial; color: #1D1D1D; background-color: transparent; text-decoration: none; text-transform: uppercase;}


