body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0px;
	text-align:justify;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#646464;
}

a:link, a:visited{color:#646464; text-decoration:none; cursor:pointer;}
a:active, a:hover{color:#000000; text-decoration:none; cursor:pointer;}

.hover
{
	cursor:pointer;
}

/* MENU LEVEL 0 */
.menuLevel0Cell
{
	cursor:pointer;
	background-color:#FFFF00;
	background-image:url(../images/menuLevel0/menuLevel0Cell.gif);
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	padding-right:10px;
	padding-left:10px;
}

/* MENU LEVEL 1 */
.menuLevel1Cell
{
	cursor:pointer;
	font-size:9px;
	font-weight:bold;
	color:#10106F;
	text-align:center;
	height:15px;
	padding-right:15px;
	padding-left:15px;
}

/* MENU LEVEL 2 */
.menuLevel2Cell
{
	cursor:pointer;
	width:131px;
	font-size:8px;
	font-weight:bold;
	color:#36238B;
	border-bottom-color:#A097C8;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
}
.menuLevel2CellA
{
	cursor:pointer;
	padding-right:4px;
	background-color:transparent;
	border-bottom-color:#A097C8;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding-bottom:5px;
	padding-top:5px;
}

.boldest
{
	font-weight:bold;
	color:#323232;
	text-align:left;
}