BODY
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: 'MS Sans Serif'
}
BODY TABLE.MenuTable
{
    BORDER-RIGHT: navy 1px solid;
    BORDER-TOP: navy 1px solid;
    BORDER-LEFT: navy 1px solid;
    BORDER-BOTTOM: navy 1px solid;
    BACKGROUND-COLOR: aqua
}
BODY TABLE.MenuTable TD.MenuCell
{
    FONT-SIZE: 8px;
    FONT-FAMILY: 'MS Sans Serif';
    BACKGROUND-COLOR: #33ccff
}
BODY TABLE.StandardTable
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: 'MS Sans Serif'
}
.standard
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: 'MS Sans Serif'
}

.footer
{
    FONT-SIZE: 5pt;
    FONT-FAMILY: 'MS Sans Serif'
}
.standardWidth
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: 'MS Sans Serif';
    width: 100%;
}

IMG.StandardImage
{
	cursor:hand;
}

H1
{
	color:Navy;
	font-size:17px;
	font-family:Verdana, Arial;
	font-weight:bold;
	line-height:0px;
	margin-bottom:12;
	padding:0;
	margin-top:10px;
	
}

.bottomBorder
{
	BORDER-BOTTOM: black 1px solid;
}