h1  {
     font-family: Arial;
     font-weight: bold;
     font-size: 14pt;
	 color: #124464;
}

h2  {
	 font-family: Arial;
	 font-size: 13pt;
	 color: #124464;
	 font-weight: bold;
}

h3  {
     font-family: Arial;
	 font-size: 12pt;
	 color: #124464;
	 font-weight: regular;
}

p  {
     font-family: Arial;
	 font-size: 10pt;
	 color: #1a5475;
	 font-weight: regular;
}
		
a:link {
	font-family: Arial;
	color: #124464;
	font-size: 11pt;
	font-weight: bold;
}

a:hover {
	font-family: Arial;
	font-size: 11pt;
	color: #65a9ca;
}