body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #CCCCCC;
}

a:link.nav, a:active.nav, a:visited.nav, a:hover.nav
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a:link, a:active, a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFCC00;
    text-decoration: none;
}

.bglight
{
    background-color: #DDDDDD;
}

.bgdark
{
    background-color: #CCCCCC;
}

form
{
    margin: 0px;
}

.small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}


h1, h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; font-weight: bold;
    color: #FFCC00;
    margin: 2px;
}

hr
{
    margin: 2px;
    color: #000000;
}

.pictext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px; 
    font-weight: bold;
    font-style: italic;
    color: #FFCC00;
}    

td.menucell
{
    border-bottom-style:solid;
    border-width:1px;
    border-color:#000000;
    border-right-style:solid;
    border-left-style:solid;
}

td.celloben
{
    border-width:1px;
    border-color:#000000;
    border-right-style:solid;
    border-bottom-style:solid;
    border-top-style:solid;
}

td.cellleft
{
    border-bottom-style:solid;
    border-width:1px;
    border-color:#000000;
    border-right-style:solid;
    border-left-style:solid;
}

td.celllefttop
{
    border-bottom-style:solid;
    border-width:1px;
    border-color:#000000;
    border-right-style:solid;
    border-left-style:solid;
    border-top-style:solid;
}

td.cell
{
    border-bottom-style:solid;
    border-width:1px;
    border-color:#000000;
    border-right-style:solid;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 2px;
}

.admWidth
{
    width: 400px;
}

th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    align: left;
}

td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

input, select, option, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.Yellow 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFCC00;
}

.navi	
{
	background-color: #999999;
}
	
.navhilite	
{
	background-color: #FFCC00;
	cursor: hand;
}

.menueheader
{
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	margin-left: 5px;
}