/* CSS definition file containing site wide stylesheets */

.Credits{
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: auto;
 	color: rgb(255,255,153);
 	font-weight: bold;
 	text-align: center
}

.bold-italic{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(255,255,0);
 	font-weight: bold;
 	font-style: italic;
 	text-align: center;
 	margin-top: 0px;
 	margin-bottom: 0px
}

.red{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(255,0,0);
 	font-weight: bold
}

.Code{
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	color: rgb(255,255,153);
 	font-weight: bold
}

.Subheads{
	font-family: "Arial Black",  "Helvetica Bold",  Charcoal,  Sans-serif;
 	font-size: auto;
 	color: rgb(255,255,153);
 	font-weight: bold
}

.Footnotes{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: auto;
 	color: rgb(255,255,153);
 	font-weight: bold
}

.bold{
	color: rgb(255,255,0);
 	font-weight: bold
}

.Quotes{
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(255,255,153);
 	font-weight: bold;
 	font-style: italic
}

.Caption{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: auto;
 	color: rgb(255,255,153);
 	font-weight: bold;
 	font-style: italic
}