.nav {
	font-family: Arial, Sans Serif;
	text-decoration: none;
	font-size: 8pt;
	height: 55px;
	color:#FFFFFF;
	background:#CCCC99;
}

.lmb_text {
	font-family: Arial, Sans Serif;
	font-size: 10pt;
	color: green
}

.lmb_blue_text {
	font-family: Arial, Sans Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #2C314E
	
}

.title {
	font-family: Arial, Sans Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #900000;
}

.none {
	text-decoration: none;
	border: 0px;
}

.nav-bottom {
	font-family: Arial, Sans Serif;
	text-decoration: none;
	font-size: 11pt;
	color:#FFFFFF;
	background: #CCCC99;
}

.title1 {
	font-size: 16pt;
	margin-left: 50px;
	padding-top: 50px;
	color:#505A9F;
	font-weight: bold;
}

.title1i {
	font-size: 16pt;
	margin-left: 50px;
	padding-top: 50px;
	color:#505A9F;
	font-weight: bold;
	font-style: italic;
}

.title2 {
	font-size: 16pt;
	color:#505A9F;
	font-weight: bold;
}

.title_large {
	font-size: 26pt;
	color:#505A9F;
	font-weight: bold;
	font-family: Arial, Sans Serif;
	font-style:italic;
	text-decoration:underline;
}

.indent {
	margin-left: 25px;
	margin-right: 25px;
	text-align:justify;
}

.indent2 {
	margin-left: 45px;
	margin-right: 25px;
	text-align:justify;
}

.indent_i {
	margin-left: 25px;
	text-align:justify;
	font-style: italic;
	font-weight: bold;
	
}

.text {
	text-align: justify;
}

A.link1 {
	text-decoration: none; 
	color:#FFFFFF;
}

A.link1:visited {
	text-decoration: none; 
	color:#FFFFFF;
}

A.link {
	color: #2C314E;
	font-family: Arial, Sans Serif;
	font-weight: bold;
	text-decoration: none; }

A.link:Hover {
	background-color: #CCCC99;
	font-family: Arial, Sans Serif;
	color: black;
	text-decoration: none; }
	
.marginh1 {
	margin-top:8px;
}

.marginv1 {
	margin-top:12px;
}

.marginv2 {
	margin-top:0px;
}

/* --- Menu Styles --- */
/* level 0 inner */
.m0l0iout {
	background: white;
	color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}
.m0l0iover {
	background: #900000;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}

/* level 0 outer */
.m0l0oout {
	background: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	border : 2px solid black;
	color: black;
	text-decoration : none;
}
.m0l0oover {
	background: #900000;
	border : 2px solid black;
	color: #FFFFFF;
	text-decoration : none;
}
	
/* level 1 inner */
.m0l1iout {
	color: #FFFFFF;
	border : 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	padding: 4px;
	text-decoration: none;
}
.m0l1iover {
	color: black;
	border : 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	padding: 4px;
	text-decoration : none;
}

/* level 1 outer */
.m0l1oout {
	border : 0px solid #FFFFFF;
	background: #900000;
	color: #FFFFFF;
	filter: alpha(opacity=98);
	text-decoration : none;
}
.m0l1oover {
	background: #CCCC98;
	border : 0px solid #FFFFFF;
	color: black;
	text-decoration : none;
}

/* level 2 inner */
.m0l2iout {
	color: black;
	border : 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	padding: 4px;
	text-decoration: none;
}

.m0l2iover {
	color: white;
	border : 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px; 
	padding: 4px;
	text-decoration : none;
}

/* level 2 outer */
.m0l2oout {
	background: #CCCC98;
	border : 1px solid #FFFFFF;
	color: black;
	filter: alpha(opacity=98);
	text-decoration : none;
}
.m0l2oover {
	background: #900000;
	color: #FFFFFF;
	border : 1px solid #FFFFFF;
	text-decoration : none; 
}

/* level 3 inner */
.m0l3iout {
	color: #FFFFFF;
	border : 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	text-decoration: none;
}

.m0l3iover {
	color: #FFFFFF;
	border : 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px; 
	text-decoration : none;
}

/* level 3 outer */
.m0l3oout {
	background: #900000;
	border : 1px solid #FFFFFF;
	color: #FFFFFF;
	filter: alpha(opacity=98);
	text-decoration : none;
}
.m0l3oover {
	background: #CCCC98;
	color: white;
	border : 1px solid #FFFFFF;
	text-decoration : none; 
}


