.Headline {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 24pt;
	font-weight: bold;
	line-height: 28pt;
	color: #7F7F7F; /* #85C44D; */

}
.Head {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 12pt;
	font-weight: bold;

}

.ewButton {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */	
	font-size: 10pt; /* font size */
	border-style: outset;
	padding-left: 2px;
	padding-right: 3px;

}
.ewButton a:link {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */	
	text-decoration: none;
}
.ewButton a:visited {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */	
	text-decoration: none;
}
.ewButton a:active {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */			
}
.ewButton a:hover {
	color: #787878; /* header font color */	

}

.ewButtonSmall {
	color: #000000; /* header font color */	
	font-size: 7pt; /* font size */
	border-style: outset;

}
.ewButtonSmall a:link {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */	
	text-decoration: none;
}
.ewButtonSmall a:visited {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */	
	text-decoration: none;
}
.ewButtonSmall a:active {
	background-color: #C0C0C0; /* header color */
	color: #000000; /* header font color */			
}
.ewButtonSmall a:hover {
	color: #787878; /* header font color */			
}

.Footer {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;

}

.Author {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 9pt;
	font-weight: bold;
	color: #669966;

}

.Resource {
	font-family: Verdana, Arial, Helvetica;	
	font-size: 9pt;
	font-weight: normal;
	color: #000000; /* text color */
	background-color: #99CC99;
	margin: 10px 0px 0px 10px; /* top right bottom left */

}
