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