/*************************************************************************
* Tags
*************************************************************************/

BODY
{
    background-color: white;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0px;
    text-transform: none;
    word-spacing: normal;
}

DIV.Tournament
{
    margin: 5px;
    border: goldenrod 3px dashed;
}

DL
{
    padding-left: 20px;
}

DT
{
    font-size: 14pt;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, DT
{
    color: darkred;
    font-weight: bold;
}

H1
{
    font-size: 18pt;
}

H2
{
    font-size: 15pt;
}

H3
{
    font-size: 13pt;
}

H4
{
    font-size: 11pt;
}

A:link, A:visited, A:active, A:hover
{
    font-weight: bold;
    color: darkgoldenrod;
    text-decoration: underline;
}

TH
{
    color: darkred;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11pt;
    background-color: palegoldenrod;
    vertical-align: middle;
}

TD
{
    font-size: 10pt;
}

UL LI
{
    list-style-type: square;
}

UL LI LI
{
    list-style-type: disc;
}

UL LI LI LI
{
    list-style-type: circle;
}

OL LI
{
    list-style-type: decimal;
}

OL OL LI
{
    list-style-type: lower-alpha;
}

OL OL OL LI
{
    list-style-type: lower-roman;
}

IMG
{
    margin-left: 5px;
    margin-right: 5px;
    border: 0px;
}

HR
{
    color: darkred;
}

DIV
{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

/*************************************************************************
* Classes
*************************************************************************/

.clsLogo
{
    font-weight: bold;
    font-size: 16pt;
    color: maroon;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    padding-bottom: 5px;
    padding-top: 5px;
}

.clsMenuBody
{
    border-bottom: goldenrod 1px solid;
    border-top: goldenrod 1px solid;
    font-size: 10pt;
    vertical-align: top;
    color: black;
    background-color: palegoldenrod;
    text-align: left;
    vertical-align: middle;
    padding-bottom: 2px;
    padding-top: 2px;
}

A:link.clsMenuLink, A:visited.clsMenuLink, A:active.clsMenuLink, A:hover.clsMenuLink
{
    letter-spacing: 1px;
}

A:link.clsMenuLinkHome, A:visited.clsMenuLinkHome, A:active.clsMenuLinkHome, A:hover.clsMenuLinkHome
{
    letter-spacing: 2pt;
    font-size: 11pt;
}

font.clsMenuSpacer
{
    font-weight: bold;
    color: darkred;
    font-size: 11pt;
}

.clsDataMenu
{
    border-right: goldenrod 1px solid;
    color: black;
    text-align: left;
    padding: 5px;
}

.clsFooter
{
    font-size: 10pt;
    color: black;
}

A:link.clsAuthorLink, A:visited.clsAuthorLink, A:active.clsAuthorLink
{
    text-decoration: none;
}
A:hover.clsAuthorLink
{
    text-decoration: underline;
}

A:link.clsDataMenuSection, A:visited.clsDataMenuSection, A:active.clsDataMenuSection
{
    color: darkred;
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}
A:hover.clsDataMenuSection
{
    text-decoration: underline;
}

.clsDataMenuItem
{
    padding-left: 5px;
    font-weight: bold;
    color: darkred;
    font-size: 8pt;
}

TABLE.clsTableResults
{
    width: auto;
}

TABLE.clsTableResults TR TH
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11pt;
    background-color: palegoldenrod;
}

TABLE.clsTableResults TR TD
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 8pt;
    text-align: center;
}

DD
{
    padding: 10px;
}

td.MainSection div
{
    border-top: solid 1px darkgoldenrod;
    border-right: solid 1px darkgoldenrod;
    margin-bottom: 10px;
}
td.MainSection h4
{
    text-align: left;
    font-size: 11pt;
}
td.MainSection h5, td.MainSection h6
{
    text-align: center;
    font-size: 10pt;
}
td.MainSection p
{
    text-align: justify;
    font-size: 9pt;
    margin-left: 5px;
    margin-right: 5px;
}
td.MainSection a
{
    font-size: 8pt;
}

TR.clsArbcn
{
    background-color: palegoldenrod;
}
