.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #021F3C;
	line-height: 16px;
	text-decoration: none;
	font-weight: 500;
}
.Title {
	font-family: Verdana;
	font-size: 18px;
	color: #004A80;
	line-height: 28px;
	text-decoration: none;
	font-weight: bold;
}
A:link {
  color: #003863; 
  text-decoration: none; 
  }/*normal links in the text*/
  
A:visited {
  color: #942E4A; 
  text-decoration: none; 
  }
  
A:hover { /*this effect is not shown in NN4.xx*/
  color: #942E4A; 
  text-decoration: underline; 
  }
  
A:active {/*colour in NN4.xx is red*/ 
  color: #942E4A; 
  text-decoration: underline; 
  }
  
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #004A80;
	line-height: 12px;
	text-decoration: none;
	font-weight: 500;
}
.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 10px;
	text-decoration: none;
	font-weight: bold;
}