/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(51,102,204);
 	font-weight: bold
}

A:link {
	font-family: "Arial Narrow",  sans-serif;
 	font-size: x-small;
 	color: rgb(51,102,255);
 	font-weight: bold
}

A:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: xx-small;
 	color: rgb(51,51,51)
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(51,102,204);
 	font-weight: bold;
 	text-decoration: underline
}

.TextNavBar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(51,102,204)
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(153,51,51);
 	font-weight: normal;
 	font-style: normal
}