body
{
	margin: 0;
}

body, p, td, input, select, .normal
{
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 8pt;
}

textarea
{
    font-family: Courier;
    font-weight: normal;
    font-size: 8pt;
}

.header
{
    color: white;
    font-size: 12pt;
    font-weight: bold;
}

.small
{
    font-size: 7pt;
}

.lightbk
{
    background-color: #cccccc;
}

.mediumbk
{
    background-color: #999999;
}

.darkbk
{
    background-color: black;
}

a, a:visited
{
    color: #003366;
    text-decoration: none;
}

a:active
{
    color: red;
    text-decoration: underline;
}

a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

.menuTop
{
	background: #003366;
}

.menuInner
{
	padding: 4px;
}

.menuInnerOver
{
	padding: 4px;
}

.menuOuter
{
	background: #cccccc;
	border-top: solid 1pt white;
	border-left: solid 1pt white;
	border-right: solid 1pt #999999;
	border-bottom: solid 1pt #999999;
}

.menuOuterOver
{
	background: #eeeeee;
	border-top: solid 1pt white;
	border-left: solid 1pt white;
	border-right: solid 1pt #999999;
	border-bottom: solid 1pt #999999;
}




