/* CSS definition file containing site wide stylesheets */

.Heading {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 20px;
 	color: rgb(102,0,51);
 	font-weight: bold
}

.Subheads {
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: x-small
}

.Quotes {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	font-style: italic
}

.GreenBar {
	background-color: rgb(170,170,170)
}

.HeaderCell {
	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(124,0,65)
}

.FakeButton {
	font-size: 10px;
 	color: rgb(0,0,0);
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(204,204,204);
 	padding: 2px 5px;
 	border-left-width: 3px;
 	border-left-style: outset;
 	border-top-width: 3px;
 	border-top-style: outset;
 	border-right-width: 3px;
 	border-right-style: outset;
 	border-bottom-width: 3px;
 	border-bottom-style: outset
}

.Footnotes {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

.SmallText {
	font-size: 11px
}

.Caption {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	font-style: italic
}

.Code {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	color: rgb(0,0,0)
}

.TextNavBarCell {
	border-bottom: 1px solid rgb(124,0,65)
}

.MiniBanner {
	font-size: 16px;
 	color: rgb(124,0,65);
 	font-weight: bold;
 	font-style: italic
}

.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: x-small;
 	font-weight: bold;
 	text-align: center
}

.SubHeaderRow {
	font-weight: bold;
 	background-color: rgb(229,204,217)
}

.Hilite {
	color: rgb(102,0,51);
 	background-color: rgb(229,204,217)
}