div, td
{
    font-size: 12px;
}

.news
{
    color: #FF6600;
    font-style: italic;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
}

body.main
{
    background: #FEE19E;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

table.game_main
{
    width: 800px;
    border: solid 1px black;
    background: white;
}

.header, .footer
{
    background: #000033;
}

.emphasis
{
    font-weight: bold;
    font-style: italic;
}

.rules
{
    width: 390px;
    border: solid 1px black;
    padding: 5px;
    text-align: left;
}

.paytable
{
    width: 300px;
    border: solid 1px black;
}

.paytable_header
{
    font-weight: bold;
    text-align: center;
}

.paytable_altrow
{
    background: #83FC9E;
}

.copy
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: italic;
    color: #CCCC99;
}

.section
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

a.baselink
{
    color: #3333FF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none; /*font-family:gill sans mt; 	text-transform:uppercase;*/
}

a.baselink:visited
{
    color: #3333FF;
}

a.baselink:hover
{
    text-decoration: underline;
}

.navlink
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #CCCC99;
    text-decoration: none;
}
.basetext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

a.footer
{
    color: #CCCC99;
    text-decoration: none;
}

a.footer:hover
{
    color: #FFFFFF;
}

.field_label
{
    font-weight: bold;
    vertical-align: top;
}

.field_data
{
    color: #996600;
}

