/* CSS definition file containing site wide stylesheets */

.boldintro {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.bodytext {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

.smallxhead {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

LI {
	list-style-type: square
}

.medxhead {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 20pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}