h1 {
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#333;
}

h3 {
	font-weight:normal;
	font-family:sans-serif;
	font-size:16pt;
	color:rgb(0,0,99)
}

td.fldLabel, .fldLabel {
	font-family:sans-serif;
	font-size:12pt;
	color:#000000;
	font-weight:bold;
   	width:150 px;
   	border-bottom:solid 1px #cccccc;
   	background-color:#eeeeee;
}

td.fldText, .fldText {
	font-family:sans-serif;
	font-size:11pt;
	color:#000000;
	font-weight:normal;
	/* width:150 px; */
  	border-bottom:solid 1px #cccccc;
}