/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
	border: 0px solid #ffffff;
	text-decoration: none; text-align:center; width:0; height:0;top:20px;
}

.m0l1o {
	border: 0px solid #ffffff;
	text-decoration: none; text-align:center;
}

.m0l2o {
	border: 0px solid #ffffff;
	text-decoration: none; text-align:center;
	
}

.m0l0i {
	font-size: 10px;
	font-family: , Verdana, Arial;
	padding: 20px 2px;
	text-decoration: none;
}

.m0l1i {
	font-size: 10px;
	font-family: , Verdana, Arial;
	padding: 2px;
	text-decoration: none;
}

.m0l2i {
	font-size: 10px;
	font-family: , Verdana, Arial;
	padding: 2px;
	text-decoration: none;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #313131
}
.maintext {
	font-family: Verdana;
	font-size: 11px;
	color: #343434
}
.mainorangetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #014299
}
.marquee_outer {
	color: #343434;
	width: 199px;
	background: #EBF5FE;
	border: 1px #C2C2C2 solid;
	padding-left: 2px;
	padding-top: 2px;
	
}
.marquee {
	font-family: Verdana;
	float: left;	
	font-size: 10px;
	text-align:left;
	padding-right: 3px;
	padding-top: 3px;
}
.marquee a{
	text-decoration: none; 
}

. marquee a:hover {
	text-decoration: none;
}

.bluetext {
	font-family: verdana;
	font-size: 10.5px;
	font-weight: bold;
	color: #545454;
}
.entertext {
	font-family: Tahoma;
	font-size: 12px;
	color: #353535;
}

.tahomaorange {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF7200;
}
.bluetahoma {
	font-family: Tahoma;
	font-size: 12px;
	color: #0C40A6;
}
.arial_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #FFFFFF;
}
.arial_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9C9C9C;
}
a            {text-decoration: underline; color:#545454}
A:hover		 {text-decoration: none}
.bg {
	background-color: #024DB4;
	height: 30px;
	width: 760px;

}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
	background-color: #f8f8f8;
	height: 15px;
	width: 140px;
	border: 1px solid #e3e3e3;
}
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
	background-color: #f8f8f8;
	height: 45px;
	width: 140px;
	border: 1px solid #e3e3e3;
}
A.mycustum:link {COLOR: #343434; TEXT-DECORATION: none}
A.mycustum:visited {COLOR: #343434; TEXT-DECORATION: none}
A.mycustum:hover {COLOR: #343434; TEXT-DECORATION: underline}
A.mycustum:active {COLOR: #343434; TEXT-DECORATION: none}
