<style type="text/css">
BODY 
{
    FONT-SIZE: medium;
    FONT-FAMILY: Tahoma;
    color:white;
    background-color:black;
}

a
{
	color:5ecffc;
}

td.MenuButton
{
	text-align:center;
	background-color:Black;
}
td.MenuButton_hs
{
	text-align:center;
	background-color:Black;
	background-image:url(images/ButtonSection_hs.gif);
	background-repeat:repeat-x;
}
td.MenuEdge
{
	width:10px;
	text-align:center;
	background-image:url(images/VertBlackEdge.jpg);
	background-repeat:repeat-y;
	background-position:right center;
}
td.MenuBottom
{
	height:10px;
	text-align:center;
	background-image:url(images/HorizBlackEdge.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
}
td.MenuTopCorner
{
	width:10px;
	height:10px;
	text-align:center;
	background-image:url(images/DiagBlackEdge.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
td.MenuBottomCorner
{
	width:10px;
	height:10px;
	text-align:center;
	background-image:url(images/CornerBlackEdge.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
td.login
{
	color:White;
	font-size:smaller;
}
</style>