/* CSS definition file containing site wide stylesheets */

.blueUL {
	font-size: 10pt;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: underline
}

A:active {
	font-size: 10pt;
 	color: rgb(0,51,153)
}

A:link {
	color: rgb(0,51,153)
}

A:visited {
	color: rgb(0,51,153)
}

.BoldLink {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(69,152,220);
 	font-weight: bold
}

A {
	color: rgb(0,51,153)
}

A:hover {
	color: rgb(0,0,0)
}
