H1 {
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-variant : small-caps;
	font-weight : bold;
	background-color : #FAFAD2;
	border : 1 solid Red;
	padding-left : 10px;

	
}

H2 {
	font-family : "Courier New", Courier, monospace;
	font-size : large;
	font-weight : bold;
}
	A:link { font-family : "verdana, Tahoma, arial";
	          text-decoration : none;
	          color : #0000ff;}
	A:visited { font-family : "verdana, Tahoma, arial";
	             text-decoration : none;
	             color : #0000ff;}
	A:hover { text-decoration :underline; color: red;}

TD, P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}


.fieldLabel {
	font-family : Verdana;
	font-size : 14;
	font-weight : bold;
	color : #000040;
}

.fieldLabel0 {
	font-family : Verdana;
	font-size : 12;
	font-weight : bold;
	color : #000040;
}


