/* --- 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 {
	text-decoration: none;
	margin: 0px;
	border: 0px solid #ffffff;
}

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

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

.m0l0i {
	padding: 0px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.m0l1i {
	padding: 0px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.m0l2i {
	padding: 0px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

A.UpperTextLink  {
	text-decoration : underline; 
	color: #000066;
	}
	
A.UpperTextLink:Visited  {
	text-decoration : underline;
	color: #000066;
	}
	
A.UpperTextLink:Active  {
	text-decoration : underline; 
	color: #45458D;
	}
	
A.UpperTextLink:Hover  {
	text-decoration : underline; 
	color: #45458D;
	} 
	
A.CalendarTextLink  {
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px; 
	color: #000066;
	}
	
A.CalendarTextLink:Visited  {
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	color: #000066;
	}
	
A.CalendarTextLink:Active  {
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: bold;
	line-height: 10px; 
	color: #45458D;
	}
	
A.CalendarTextLink:Hover  {
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px; 
	color: #45458D;
	} 
	
A.subnavlink  {
	text-decoration : none; 
	color: #fffeb9;
	}
	
A.subnavlink:Visited  {
	text-decoration : none; 
	color: #fffeb9;
	} 
	
A.subnavlink:Active  {
	text-decoration : underline;
	color: #9ab501;
	}
	
A.subnavlink:Hover  {
	text-decoration : bold; 
	color: #9ab501;
	}
	 
A.subnavlink2  {
	text-decoration : underline; 
	color: #fffeb9;
	}
	
A.subnavlink2:Visited  {
	text-decoration : none; 
	color: #fffeb9;
	} 
A.subnavlink2:Active  {
	text-decoration : underline; 
	color: #fffeb9;
	}
A.subnavlink2:Hover  {
	text-decoration : bold; 
	color: #fffeb9;
	} 
	.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #000033;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	line-height: 23px;
}
