/* CSS definition file containing site wide stylesheets */

.Link {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	color: rgb(0,0,128)
}

.BibRef {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 9pt;
 	font-style: italic
}

.Layout1 {
	font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	color: rgb(90,90,90);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(255,255,255);
 	background-repeat: repeat-y;
 	background-position: top left
}

.SOF_Heading {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 16pt;
 	text-transform: uppercase;
 	color: rgb(153,51,51);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	color: rgb(137,2,8)
}