.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	display: block;
}
.Menu_space {
	 border-bottom: 1px solid #FFFFFF;
}
.Menu:hover { 
	text-decoration: underline; 
	background-color : #3399cc;
	display: block;
}
.Menu:visited { 
	color: #FFFFFF;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.contentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.ENT_menu {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #666666; 
	text-decoration: none;
}
.ENT_menu:hover {
	text-decoration: underline; 
	color: #3399CC;
}
.ContentDivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}
.ContentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333399;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
.watermark {
	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
