BODY
 {
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  background-color: #666666;
 }

A:link {COLOR: DARKORANGE; text-decoration: none}
A:active {COLOR: DARKORANGE; text-decoration: none}
A:visited {COLOR: DARKORANGE; text-decoration: none}
A:hover {COLOR: DARKBLUE; text-decoration: none}

A.l2:link {COLOR: DARKBLUE; text-decoration: none}
A.l2:active {COLOR: DARKBLUE; text-decoration: none}
A.l2:visited {COLOR: DARKBLUE; text-decoration: none}
A.l2:hover {COLOR: DARKORANGE; text-decoration: none}

.main { font-family: verdana; font-weight: normal; font-size: 12px; color: #000000 }
.title { font-family: arial; font-weight: bold; font-size: 16px; color: #000000 }
.imgtext { font-family: verdana; font-weight: bold; font-size: 13px; color: #FFFFFF }
.contact { font-family: verdana; font-weight: normal; font-size: 9px; color: #000000 }

/* --- 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: Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../images/lev0_bg1.gif);
	border: 1px solid #336699;
	background-color: #2C5F93;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(../images/lev0_bg2.gif);
	background-color: #2C5F93;
	border: 1px solid #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(../imaesg/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}