/* CSS definition file containing site wide stylesheets */

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	text-transform: none;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal;
 	text-align: center
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 18pt;
 	text-transform: none;
 	color: rgb(75,163,37);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal;
 	text-align: center
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	text-transform: none;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	font-variant: normal
}