h1  {
     font-family: Verdana;
     font-weight: bold;
     font-size: 13pt;
	 color: #2D4662;
}

h2  {
	 font-family: Verdana;
	 font-size: 12pt;
	 color: #2D4662;
	 font-weight: bold;
}

h3  {
     font-family: Verdana;
	 font-size: 10pt;
	 color: #2D4662;
	 font-weight: regular;
}

p  {
     font-family: Verdana;
	 font-size: 9pt;
	 color: #2D4662;
	 font-weight: regular;
}
		
a:link {
	font-family: Verdana;
	color: #2D4662;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2D4662;
}