body {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/background.gif);
    background-repeat: repeat;
}

body, p, td, tr, table, div, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000;
    line-height: 20px;
}

b {
    font-weight: bold;
}


.blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #354f9b;
    text-decoration: none;
}

.white {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.whitesml {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.current {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #ffcc46;
}

.red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
}

.redsml {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #ff0000;
    text-decoration: none;
}

.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000;
}

.large {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #ff0000;
    text-decoration: none;
}

a.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    color: #354f9b;
}

a.content:hover {
    color: #ffcc46;
}

a.content:visited {
    color: #354f9b;
}
a.content:visited:hover {
    color: #ffcc46;
}

a.contentsml {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: underline;
    color: #354f9b;
}

a.contentsml:hover {
    color: #ffcc46;
}

a.contentsml:visited {
    color: #354f9b;
}

a.contentsml:visited:hover {
    color: #ffcc46;
}

a.nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

a.nav:hover {
    color: #ffcc46;
    text-decoration: none;
}

a.nav:visited {
    color: #fff;
}

a.nav:visited:hover {
    color: #ffcc46;
    text-decoration: none;
}

a.navsml {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

a.navsml:hover {
    color: #354f9b;
}

a.navsml:visited {
    color: #fff;
}

a.navsml:visited:hover {
    color: #354F9B;
}

table {
    margin: 0px;
    padding: 0px;
}

table.sponsors {
    background-image: url(../images/sponsors/small/background.gif);
    background-repeat: repeat;
    border-collapse: collapse;
    border: 1px solid #000;
}

table.content {
    background: #fff;
    border-collapse: collapse;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    text-align: left;
}

table.fees {
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #555;
}

td.fees {
    background: #555;
    color: #fff;
}

td.border {
    border-collapse: collapse;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

td.fullborder {
    border-collapse: collapse;
    border: 1px solid #000;
}