/* CSS definition file containing site wide stylesheets */

.GreenBar {
	background-color: rgb(212,208,200)
}

.HeaderCell {
	color: rgb(0,0,0);
 	background-color: rgb(245,214,123)
}

.SmallText {
	font-size: 11px
}

.AdminText {
	font-size: 13px
}

.AdminGreenBar {
	background-color: rgb(221,221,221)
}

.HeaderRow {
	font-size: 13px;
 	color: rgb(255,255,204);
 	font-weight: bold;
 	background-color: rgb(51,102,153)
}

.BigCheck {
	width: 30px;
 	height: 30px
}

.BigText {
	font-size: 20px
}

.AdminHeaderCell {
	font-size: 13px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(51,102,153)
}

.BigRadio {
	width: 35px;
 	height: 35px
}

LI {
	font-size: 13px
}