/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(images/lev0_bg1.gif);
	border: 1px solid #404040;
	background-color: #404040;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(images/lev0_bg2.gif);
	background-color: #4186C7;
	border: 1px solid #404040;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 10px;
	margin: 2px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 10px;
	margin: 2px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	filter:alpha(opacity=100);
	text-decoration : none;
	background-color: #003466;
	border: 1px solid  #404040;
	padding: 0;
}
.m0l1oover {
	filter:alpha(opacity=100);
	text-decoration : none;
	background-color:  #4186C7;
	background-image: url(images/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid  #404040;
	padding: 0;
}

.Divider {
	font.family: arial, verdana, helvetica, sans-serif;
	 font.size: 8pt;
	 color: #bfbfbf;
	 width: 5px;
	 text-align: center;
}
			 
  TD.NoVis1		{
	background-color : Black;
	color:Lime;
	font-family: System;
	width: 13px;
	text-align : center;
}
TD.NoVis {
	background-color: #BFBFBF;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	text-align: center;
	width: 8px;
}

.Header {
	background-color: #4A639C;
}

.Header2 {
	color:#4A639C;
	font-size:8pt;
	font-weight:normal;
	text-decoration: none;
}
.Heading1 {
	color:#000084;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif,Harmony Text; 
	font-size: 18pt;
	font-weight:bold;
}
.Heading2 {
	color:#000084;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif,Harmony Text; 
	font-size: 16pt;
	font-weight:bold;
}
.Text10 {
	color:#07082d;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:10pt;
}
.Text8 {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:8pt;
}
.FormBack {
	background-color: #639DDF;
	
}
.FormBG {
	background-color: #f1feff;
	
}
.FormBut {
	background-color: #006dc0;
	color:#ffffff;

}
.FormText {
	background-color: #639DDF;
	color: #07082d;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: normal;

}