body {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

.menuBar
{
    POSITION: absolute;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
	border: none;
	FLOAT: left;
	WIDTH: 100px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center
}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 150px;
	LINE-HEIGHT: 15px;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: #F4F4F4;
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 15px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	COLOR: highlighttext;
	LINE-HEIGHT: 15px;
	BORDER-BOTTOM: white 1px solid;
	BACKGROUND-COLOR: #C5C5C5;
}

MouseOver
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	COLOR: highlighttext;
	LINE-HEIGHT: 15px;
	BORDER-BOTTOM: white 1px solid;
	BACKGROUND-COLOR: Blue;
}

.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
	border: none;
	FLOAT: left;
	WIDTH: 100px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: #D7D7D7;
	TEXT-ALIGN: center
}
TABLE {
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
}
A:LINK {
	font-family : Arial;
	text-decoration : none;
	color : Black;
	font-weight : bold;
	font: 11px;
}
A:VISITED {
	font-family : Arial;
	text-decoration : none;
	color: Black;
	font-weight : bold;
	font: 11px;
}
A:HOVER {
	font-family : Arial;
	text-decoration : underline;
	color: Black;
	font-weight : bold;
	font: 11px;
	
}

DIV {
	font-family : Arial;
	text-decoration : none;
	color: Black;
	font-weight : bold;
	font: 11px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font: 13px;
	font: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font: 11px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font: 12px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font: 11px;
}
