/* CSS definition file containing site wide stylesheets */

BODY {
	font-size: 10pt;
 	color: rgb(47,0,187)
}

A:active {
	font-size: 10pt;
 	color: rgb(0,51,51)
}

.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
}

.Footnotes {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

.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)
}

UL {
	font-size: 10pt;
 	list-style-type: disc;
 	list-style-position: outside;
 	margin-top: 1pt;
 	margin-bottom: 1pt
}

.Credits {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	font-weight: bold;
 	text-align: center
}

P {
	font-size: 12pt;
 	color: rgb(0,0,0)
}

A {
	font-size: 12pt;
 	color: rgb(0,51,204)
}

.TextNavBar {
	font-family: "Goudy Old Style",  serif;
 	font-size: 9pt;
 	font-weight: bold
}

A:hover {
	font-size: 10pt;
 	color: rgb(128,128,128)
}