/* CSS definition file containing site wide stylesheets */

.HiLiteRowGrey {
	background-color: rgb(208,208,208)
}

.GreenBar {
	background-color: rgb(194,221,214)
}

.Subheads {
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: 13px
}

.Quotes {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 18px;
 	font-style: italic
}

.HeaderCell {
	text-align: center;
 	background-color: rgb(255,238,0);
 	border-top: 3px solid rgb(7,144,73);
 	border-bottom: 3px solid rgb(7,144,73)
}

.Footnotes {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px
}

.Caption {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	font-style: italic
}

.Code {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: 13px;
 	color: rgb(0,0,0)
}

.HeaderRow {
	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(51,0,102)
}

.Credits {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 13px;
 	font-weight: bold;
 	text-align: center
}

.HiliteRow {
	background-color: rgb(204,204,51);
 	cursor: pointer
}

.FormItem {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 11px
}