/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: x-small;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	font-size: xx-small;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}