<STYLE>
BODY {
    	FONT-FAMILY: 'arial'
}
A {
 	color: blue   
}
A.clsNavLink {
	font-size: 13px;
	font-family: 'verdana';
	color: white;
	text-decoration: none;
}
A.clsNavLink:hover {
	font-size: 13px;
	font-family: 'verdana';
	color: #CEA263;
	text-decoration: none;
}
A.clsCurrentPage {
	font-size: 13px;
	font-family: 'verdana';
	color: #CEA263;
	text-decoration: none;
}
.clsDivider {
	font-size: 13px;
	font-family: 'arial';
	color: white;
	padding-left:6px;
	padding-right:6px;
}
.clsHeaderBold {
	font-size: 16px;
	font-family: 'arial';
	font-weight:bold;
	color: white;
	line-height: 26pt; 
}
.clsHeaderNormal {
	font-size: 10px;
	font-family: 'verdana';
	color: white;
	line-height: 26pt; 
}
.clsContentText {
	font-size: 14px;
	font-family: 'arial';
	color: black;
	line-height: 14pt; 
}
.contentTextHeader {
	font-size: 14px;
	font-family: 'arial';
	font-style: italic;
	color: black;
	line-height: 16pt; 
	font-weight:bold;
}
A.clsContentListItemLink {
	font-size: 12px;
	font-family: 'arial';
	color: #105594;
	font-weight:bold;

}
A.clsContentListItemLink:hover {
	font-size: 12px;
	font-family: 'arial';
	color: #CEA263;
	font-weight:bold;

}
.clsFormText {
	font-size: 14px;
	font-family: 'arial';
	color: black;
}
</STYLE>