/* --- 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding: 2px;
	color: #ffffff;
	vertical-align: middle;
}
.m0l0iover {
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #ffffff;
	vertical-align: middle;
}

/* level 0 outer */
.m0l0oout {
        text-decoration : none;
        border : 2px solid #ffffff;
        background: #BDD9F1;
}
.m0l0oover {
        text-decoration : none;
        border : 2px solid #ffffff;
        background: #005C97;
}


/* level 1 inner */
.m0l1iout {
        font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding: 2px;
        color: #000000;
}
.m0l1iover {
        font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-decoration : none;
        padding: 2px;
        color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #ffffff;
	background: #ffffff;
	filter: alpha(opacity=85);
	padding-left: 7px;
}
.m0l1oover {
        text-decoration : none;
        border : 1px solid #ffffff;
        background: #BDD9F1;
		padding-left: 7px;
}

/* level 2 inner */
.m0l2iout {
        font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding: 2px;
        color: #000000;
}
.m0l2iover {
        font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-decoration : none;
        padding: 2px;
        color: #993300;
}

/* level 2 outer */
.m0l2oout {
        text-decoration : none;
        border : 1px solid #000000;
        background: #FFFF99;
        filter: alpha(opacity=95);
}
.m0l2oover {
        text-decoration : none;
        border : 1px solid #000000;
        background: #F2C772;
}
.searchbox {
        font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #000000;
		border : 1px solid #000000;
        background: #dddddd;
}.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodytextHeader {
	font-family: bold Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #28A5D3;
}
.bodytextHeaderS {

	font-family: bold Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #28A5D3;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #28a5d3;
	text-decoration: none;
}

