/* CSS definition file containing site wide stylesheets */

BODY {
	background-color: rgb(255,255,255);
 	background-image: none;
 	background-repeat: no-repeat;
 	background-position: top left
}

.SmallText {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px
}

.NewsItemHead {
	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(0,0,153);
 	border: 1pt solid rgb(102,51,0)
}

.Code {
	font-family: "Abadi MT Condensed Light",  "Times New Roman",  Times,  Serif,  sans-serif;
 	font-size: 12pt;
 	font-weight: bold
}

.SectionSplit {
	font-size: medium;
 	color: rgb(255,255,255);
 	background-color: rgb(0,0,153);
 	border: 0pt solid rgb(0,0,0);
 	margin-left: 0pt;
 	margin-top: 2pt;
 	margin-right: 0pt
}

.Small {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	text-decoration: none 
}

.Code2 {
	font-family: Fixedsys, monospace
}