/* CSS definition file containing site wide stylesheets */

.GreenBar {
	background-color: rgb(204,204,204)
}

.HeaderCell {
	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(204,0,0)
}

.SmallText {
	font-size: 11px
}

.Strikethrough {
	text-decoration: line-through;
 	background-color: rgb(255,204,204)
}

.HiliteRow {
	background-color: rgb(255,204,204)
}

.Bold {
	color: rgb(255,0,0);
 	font-weight: bold
}

.ExtraSmallText {
	font-size: 10px
}