/* CSS definition file containing site wide stylesheets */P {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #333333;    font-style: normal;     font-weight: normal;} /* paragraph format */A {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #0066FF;	text-decoration: underline;    font-weight: normal;     font-style: normal;	line-height: normal;	font-variant: normal	} /* Link format */A:hover {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #FF0000;	text-decoration: underline;    font-weight: normal;     font-style: normal;	line-height: normal;	font-variant: normal	 } /* Link format */H1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	font-weight: bold;	color: #0560A4;	font-style: normal; 	} /* Page title format */H2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	color: #0560A4;	font-style: normal; 	} /* Page title format */H3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #0560A4;	font-style: normal;	} /* Page title format */TABLE {	font-family: Arial, Helvetica, sans-serif; 	font-size: 10px;	color: #333333;	text-align : center;    font-style: normal;     font-weight: bold;    } /* Text within table format */        LI { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;font-style: normal; font-weight: bold;} /* list item format */UL { font-family: Arial, Helvetica, sans-serif; font-size: 10pt;color: #333333;font-style: normal;} /* unordered list item format */OL { font-family: Arial, Helvetica, sans-serif; font-size: 10px;color: #333333;font-style: normal; font-weight: bold;} /* ordered list item format */FORM { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #663300;font-style: normal;} /* form format */