/* CSS definition file containing site wide stylesheets */

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	color: rgb(0,124,128);
 	font-weight: bold;
 	text-decoration: none ;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

.TextObject {
	text-decoration: none 
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: bold
}

P {
	font-size: 12pt;
 	color: rgb(0,0,0);
 	text-decoration: none 
}