html, body
{
    height: 99%;
    font-family: trebutche;
    font-size: 12pt;
    margin: 0px;
	/*letter-spacing: 5px;*/
}

td
{
    font-family: trebutche;
    font-size: 12pt;
	letter-spacing: 0px;
}

a:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

a:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: underline;
    font-style: normal;
}

.white
{
    color: #ffffff;
}

.black
{
    color: #000000;
}

.a_sec
{
    color: #ffffff;
    font-weight: bold;
    font-family: trebutche;
    font-size: 15pt;
}

td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    color: #444444;
    font-style: normal;
}

th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-style: normal;
}

td.copyright
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-style: normal;
}

td.label
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-style: normal;
}

td.title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-style: normal;
    background-color: #e8e4d8;
}

input
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-style: normal;
}

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-style: normal;
}

#addTable td
{
    padding-right: 10px;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}


.error
{
    color: #ff0000;
    font-family: Arial;
    font-size: 11px;
}

.header
{
	letter-spacing: 2px;
	font-family: Arial, Helvetica;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration:none;
    font-weight: bold;
}

img
{
    border: 0px;
}

table.stats
{
}

td.data
{
    text-align: right;
    padding-left: 5px;
    padding-right: 3px;
    white-space: nowrap;
}

td.label
{
    font-weight: bold;
}



/* */
.wnd_main
{
    background: #F1BB00;
}

.wnd_title
{
    background: url(/img/title_background_orange_small.gif);
}

.wnd_frame
{
    border: 1px solid #AA7700;
    background: #F1BB00;
}

tr.odd
{
    background-color: #FFCC77;
    color: #444444;
}

tr.even
{
    background-color: #FFDDAA;
    color: #444444;
}

tr.tableHead
{
    background-color: #FFBB44;
}

tr.ruled
{
    background-color: #FFBB44;
}

tr.summary
{
    background-color: #FFFFFF;
}

tr.summary td
{
    font-weight: bold;
}