/* CSS definition file containing site wide stylesheets */

P {
	font-size: 13px
}

.Hilite {
	color: rgb(153,0,0);
 	font-weight: bold
}

.Pink {
	font-weight: bold;
 	background-color: rgb(204,204,204)
}

.HeaderCell {
	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(153,0,0)
}

.GreenBar {
	background-color: rgb(228,211,218)
}

.NewGreenBar {
	background-color: rgb(254,224,225)
}

LI {
	font-size: 13px
}