BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 11pt;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	color: black;
	padding-top: 0px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #d2d965;
	text-align: left;
}

.LeftMenu
{
	font-weight: bold;
	font-size: 14pt;
	width: 150px;
	color: #000099;
	font-family: Verdana;
	background-color: #bfcb23;
}
.RightMenu
{
    font-weight: bold;
    font-size: 14pt;
    width: 150px;
    color: #000099;
    font-family: Verdana;
    background-color: lightsteelblue;
}
.Header
{
    font-weight: bold;
    font-size: 12pt;
    color: white;
    font-family: Verdana;
    height: 50px;
    background-color: steelblue;
}
.Footer
{
    font-weight: bold;
    font-size: 14pt;
    color: white;
    font-family: Verdana;
    height: 50px;
    background-color: cornflowerblue;
}
TABLE
{
    background-color: #99ccff;
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    height: 100%;
}
TD
{
    font-size: 9pt;
    color: black;
    font-family: Verdana;
}


.Content
{
	background-color: #d2d965;
}

