
p            { font-family: Arial; font-size: 10pt; text-align: justify }
h1           { font-family: Arial; font-size: 14pt; font-weight: bold; text-align: center }
table        { font-family: Arial; font-size: 10pt }


BODY  
{
}
.menuBar
{
    FONT: 8pt Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;
	POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
	FONT: 8pt Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;
  	BORDER-RIGHT: blue 1px outset;
    BORDER-TOP: blue 1px outset;
    FLOAT:left;
    BORDER-LEFT: blue 1px outset;
    WIDTH: 100px;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #DDDDDD;
    TEXT-ALIGN: center
}
.menu
{
    FONT: 8pt Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;
	BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 100px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #DDDDDD
}
.menuItem
{
	FONT: 8pt Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    FONT: 8pt Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;
	PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{	
	FONT: 12pt Arial;
	FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    FONT: 8pt Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;
	BORDER-RIGHT: blue 1px ridge;
    BORDER-TOP: blue 1px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 1px ridge;
    WIDTH: 100px;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #DDDDDD;
    TEXT-ALIGN: center
}