/* --- 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: #ffffff solid;
	text-decoration: none;
; border-width: 0px 0px 0px 1px}

.m0l1o {
	border: #ffffff solid;
	text-decoration: none;
; border-width: 0px 0px 0px 1px}

.m0l0i {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	text-decoration: none;
; border-color: black #336699; border-right-width: 1px; border-left-width: 1px}

.m0l1i {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	text-decoration: none;
}

.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none}
.BodyText { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none ; font-style: normal; line-height: normal}
.BodyTextBold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none ; font-style: normal; line-height: normal ; font-weight: bold}
.BodyTextRed { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; text-decoration: none ; font-style: normal; line-height: normal ; font-weight: bold}
.BodyTextBlue { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #3366CC; text-decoration: none ; font-style: normal; line-height: normal ; font-weight: bold }
.BodyTextWhite { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none ; font-style: normal; line-height: normal ; font-weight: bold }
.BodyTextItallic { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none ; font-style: italic; line-height: normal }

