BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: #6699ff 1px outset;
    BORDER-TOP: #6699ff 1px outset;
    FLOAT: left;
    BORDER-LEFT: #6699ff 1px outset;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-INDENT: 1px;
    BORDER-BOTTOM: blue 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #99ffff;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 250px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #b4e3fa
}
.menuItem
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 1px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 1px;
    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
{
    BORDER-RIGHT: #6699ff 1px ridge;
    BORDER-TOP: #6699ff 1px ridge;
    FLOAT: left;
    BORDER-LEFT: #6699ff 1px ridge;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-INDENT: 1px;
    BORDER-BOTTOM: #6699ff 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: deepskyblue;
    TEXT-ALIGN: center
}

body {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.bluetd {
	background-color: #99CCFF;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
}
.whitetd {
	background-color: #FFFFEE;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
}
.bluetd2 {
	background-color: #FFCC66;
	font-size: x-small;
	font-weight: bold;
}
.whitetd2 {
	background-color: #FFFFEE;
	font-size: x-small;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#textholder {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}

-->
</style>