.Menu {
	font-family: Arial Narrow, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: small;
	text-decoration:none
}
.Menu:link {
	color:#006699;
	font-weight: bold;
	font-size: small;
	text-decoration:none;
}
.Menu:visited{
	color:#006699;
	font-weight: bold;
	font-size: small;
	text-decoration:none;
}
.Menu:active{
	color:#006699;
	font-weight: bold;
	font-size: small;
	text-decoration:none;
}
.Menu:hover {
	color:#000000;	
	font-weight: bold;
	font-size: small;
	text-decoration:none;
}


.SubMenu {
	font-family: Arial Narrow, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: small;
	text-decoration:none
}
.SubMenu:link {
	color:#000000;
	font-weight: normal;
	font-size: small;
	text-decoration:none;
}
.SubMenu:visited{
	color:#000000;
	font-weight: normal;
	font-size: small;
	text-decoration:none;
}
.SubMenu:active{
	color:#000000;
	font-weight: normal;
	font-size: small;
	text-decoration:none;
}
.SubMenu:hover {
	color: #006699;	
	font-weight: normal;
	font-size: small;
	text-decoration: underline;
}


.Header{
	font-size: large;
	font-family: "Arial Narrow", Arial;
	color: #999999;

	margin-right: 10px;
	margin-bottom: 10px; 
	margin-left: 10px;
}
	

.MainText{
	font-size: 15px;
	font-family: Arial;
 	font-weight: normal;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 10px; 
	margin-left: 10px;
}
.HighlightText{
	font-size: 10px;
	font-family: Arial;
 	font-weight: normal;
	color: #000000;
 

}
.HighlightText_Bold{
	font-size: 10px;
	font-family: Arial;
 	font-weight: bold;
	color: #000000;


}

a:link {
	color:#006699;

	text-decoration:none;
}
a:visited{
	color:#006699;

	text-decoration:none;
}
a:active{
	color:#006699;

	text-decoration:none;
}
a:hover {
	color: #003366;	
	text-decoration: underline;
}

.MainText_Bold{
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 10px; 
	margin-left: 10px;
}