/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(29,24,74);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

.BannerLinks {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(50,100,200);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14pt;
 	font-weight: bold;
 	text-decoration: none 
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11pt;
 	color: rgb(50,100,200);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

A:hover {
	color: rgb(29,24,74);
 	text-decoration: underline;
 	background-color: rgb(255,255,255)
}
