BODY
{
	margin: 0px;
    background-color: white;
    color: black;
    font-family: Arial;
    font-size: 9pt;
}
TABLE
{
    font-size: 9pt;
}
A
{
	color: #666666;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
}
UL
{
	list-style: url(../images/bullet1.gif);
}
UL UL
{
	list-style: url(../images/bullet2.gif);
}
.MenuTop
{
	text-align: center;
	font-weight: bold;
	cursor: hand;
}
.MenuContainer
{
	position: absolute;
	z-index: 1;
	visibility: hidden;
	filter: alpha(Opacity=100) blendTrans(duration=0.3);
}
.MenuElement
{
	padding: 2px 5px 2px 5px;
    background-color: #A6C1E0;
	white-space: nowrap;
	cursor: hand;
}
.Title
{
	color: #E81206;
	font-size: 10pt;
	font-weight: bold;
}

