@charset "utf-8";
/* CSS Document */


body, html {
  margin: 3;
  background-color: #EFEFDD;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
	
}
a:link {
	text-decoration: underline;
	color: #C00011;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #663300;
}
a:hover {
     text-decoration: none;
     color: #CC9900; 
}
a:active {
	text-decoration: underline;
	color: #663300;
}
Paragraph {
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 10pt;
	color: #000000;
}
.BlackCaptionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

.H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	text-align: left;
}
.H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
}
.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.TallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
	font-weight: bold;
}
.m0l0iover {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
		font-weight: bold;
}

/* 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: sans-serif, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* 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(../images/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}
