/*general styles*/

body
	{
	background: #eeeeee;
	}

table
	{
	background-color: transparent;
	color: #000000;
	font-size: 11px;
	font-weight: 500;	
	line-height: 120%;
	font-family: verdana, arial, sans-serif, Futura Md BT;
	text-align: left;
 	}

.subheading
	{
	font-size: 12px;
	font-weight: 600;	
	line-height: 10pt;
	font-family: verdana, arial, sans-serif, Futura Md BT;
	text-align: left;
 	}

.middleHeading
	{
	font-size: 13px;
	font-weight: 600;	
	line-height: 10pt;
	font-family: verdana, arial, sans-serif, Futura Md BT;
	text-align: left;
 	}

a:link.main, a:visited.main, 
	{
	color: #708090;
	font-size: 11px;
	font-weight: 600;
	font-family: verdana, arial, sans-serif, Futura Md BT;
	text-decoration: none;
	background-color: transparent;
	}

.topnav
	{
	color: #999999;
	font-size: 11px;
	font-weight: 600;
	font-family: verdana, arial, sans-serif, Futura Md BT;
	text-decoration: none;
	background-color: transparent;
	text-align: left;
	}

.submenuBig
	{
	color: #555555;
	font-size: 12px;
	font-weight: 600;
	font-family: verdana, arial, sans-serif, Futura Md BT;
	text-decoration: none;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	}

.submenu
	{
	color: #888888;
	font-size: 11px;
	font-weight: 600;
	font-family: verdana, arial, sans-serif, Futura Md BT;
	text-decoration: none;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	}

a.topnav, a.submenu
	{
	font-size: 11px;
	color: #777777;
	}

a:hover.topnav, a:active.submenu
	{
	color: #999999;
	}



/* --- menu styles ---

/* level 0 text and inside */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	color: #222222;
	background: #bababc;
}
.m0l0iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 400;
	text-align: left;
	padding: 4px;
	color: black;
	background: white;
}

/* level 0 border*/
.m0l0oout {
	text-decoration : none;
	border : 1px solid #bababc;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
}

/* level 1 text and inside */
.m0l1iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	color: #222222;
	background: #cbcbcd;
}
.m0l1iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	color: black;
	background: white;
}

/* level 1 border */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	
}


/* level 2 text and inside*/
.m0l2iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	color: #222222;
	background: #dcdcde;
}
.m0l2iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	color: black;
	background: white;
}

/* level 2 border*/
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #cccccc;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #888888;
}

