@import url('layout.css');
@import url('text.css');
@import url('nav.css');

* {
margin: 0;
padding: 0;
}

.graphical {
display: block; overflow: hidden; text-indent: -9999px;
}

div.graphical * {
    display: none;
}

body {
background: #27221F;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: auto !important;
height: 100%;
min-height: 100%;
behavior: none !important;
behavior: url(../_lib.js/csshover.htc);
}

a {
outline: none;
color: #FF5800;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

table {
background: #e0e0e0;
}

td, th {
padding: 5px;
vertical-align: top;
}

.center {
text-align: center;
}

td {
background: #fff;
}

th {
background: #FF5800;
color: #fff;
text-align: left;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
visibility: visible !important;
margin: 0;
}

.sIFR-replaced {
visibility: visible !important;
}

span.sIFR-alternate {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
display: block;
overflow: hidden;
}

/* Decoy styles */