h1 {font-family: "times new roman,arial,verdana"; text-align:center; font-size=36pt; color:silver}
h2 {
	font-family: Tahoma;
	text-align:center;
	font-weight:bold;
	font-size=24pt
}
h3 {font-family: arial; text-align:center; font-weight:bold; font-size=18pt}
p {
	font-family: Verdana;
	color: White;
	font-size : 12px;
}
BODY {
	background-color : Black;
	margin-top : 0px;
}

A:LINK {
	color : White;
	text-decoration : none;
	font-weight : bold;
}

A:VISITED {
	color : White;
	text-decoration : none;
	font-weight : bold;
}

TD {
	font-family: Verdana;
	font-size=9pt;
	color: White;
}

.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
	FLOAT: left;
	WIDTH: 100px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	font-family : Verdana;
}

TD#menu {
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	color : Black;
}

.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 150px;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: Silver;
}
.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
{
	FLOAT: left;
	WIDTH: 100px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: Silver;
	TEXT-ALIGN: center
}

