/* CSS definition file containing site wide stylesheets */

.SectionHeadings {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(51,51,153);
 	font-weight: bold;
 	margin-bottom: 5pt
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,153);
 	font-weight: bold;
 	margin-bottom: 3pt
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(0,0,153);
 	font-weight: bold;
 	text-decoration: underline;
 	padding-top: 2pt;
 	padding-bottom: 3pt
}

.Chart {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}