body
{font-family:tahoma;
 font-size:10pt; 
 background:white;
 color:black;
 margin 100 100 100 100
 }

a:link {color:Navy}
a:active{color:Blue}
a:visited{color:Gray}
  
table
{border-collapse:collapse;
font-family:tahoma;
font-size:10pt;
color:Black;
background-color:white
}

.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}

.Bar
{   color:navy; 
	font-family:Tahoma;
	font-size:11pt;
	font-weight:bold;
    BORDER-RIGHT: navy 1px outset;
    BORDER-TOP: navy 1px outset;
    FLOAT: left;
    BORDER-LEFT: navy 1px outset;
    WIDTH: 149px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: navy 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: navy;
    TEXT-ALIGN: center
}
.menu
{   color:white; 
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 149px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: navy
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{   color:white; 
	font-family:Tahoma;
	font-size:11pt;
	font-weight:bold;
    BORDER-RIGHT: navy 1px ridge;
    BORDER-TOP: navy 1px ridge;
    FLOAT: left;
    BORDER-LEFT: navy 1px ridge;
    WIDTH: 149px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: navy 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: navy;
    TEXT-ALIGN: center
}


