.MavMenu {
	font-family: Arial; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #666699; /* Font Color */
	font-weight: Bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: White; /* Background color */
	text-align: Left; /* Align Text */
	vertical-align: Top; /* Align Text */

}
ul {
	list-style-position: outside;
	list-style-type: none;
	left: auto;
	text-indent: -10pt;
	line-height: 16px;


}
a:hover {
	color: #333366;
	text-decoration: underline;
}
.TextOnBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
a.TextOnBlack {
	color: #6699FF;
}
a.TextOnBlack:hover {
	color: #DDDDFF;
	text-decoration: underline;
}
a.TextOnBlack:visited {
	color: #9999CC;
	text-decoration: underline;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #666699;
	border: 1px solid #666699;
	background-color: #F3F2ED;
	padding: 2px 2px 2px 3px;

}
