/* CSS definition file containing site wide stylesheets */

.Heading4 {
	font-size: 16px;
 	color: rgb(45,63,101);
 	font-weight: bold
}

.GreenBar {
	background-color: rgb(230,240,239)
}

.HeaderCell {
	color: rgb(0,0,0);
 	background-color: rgb(245,214,123)
}

.SmallText {
	font-size: 11px
}

.HeaderRow {
	font-size: 13px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(0,177,171)
}

.HeaderCell2 {
	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(0,100,87)
}

H1 {
	font-size: 24px;
 	color: rgb(0,102,102)
}

H2 {
	font-size: 18px;
 	color: rgb(0,102,102)
}

P {
	font-size: 13px
}

H3 {
	font-size: 16px;
 	color: rgb(0,102,102)
}

LI {
	font-size: 13px
}
