body {
	background-color: #c8d6fb;
}

td {
	color:			#000000;
	font-family: 		verdana;
	font-size:		11px;
}

a {
	color:			#000000;
	font-family: 		verdana;
	font-size:		11px;
	text-decoration:	underline;
}

td.MenuCell {
	height:		16px;
	width:			185px;
	border-width:		0px;
	background-color:	rgb(17,6,0);
	text-align:		left;
	color:			#000000;
	font-family: 		verdana;
	font-size:		11px;
	cursor:			pointer;
}

td.MenuEmptyCell {
	height:		12px;
	width:			185x;
	border-width:		0px;
	background-color:	#c8d6fb;
	text-align:		left;
	color:			#800080;
	font-family: 		verdana;
	font-size:		11px;
	cursor:			default;
}

div.MenuItem {
	height:		100%;
	width:			100%;
	border-width:		0px;
	border-color: 		#c8d6fb;
	background-color:	#c8d6fb;
	color:			#000000;
	text-align:		left;
	cursor:			pointer;

}

div.MenuItemSpecial {
	height:		100%;
	width:			100%;
	border-width:		0px;
	border-color: 		#c8d6fb;
	background-color:	#c8d6fb;
	color:			#800080;
	text-align:		left;
	cursor:			pointer;

}

a.MenuLink {
	color:			#ffffff;
	font-family: 		verdana;
	font-size:		11px;
	text-decoration:	none;
}


