/* CSS definition file containing site wide stylesheets */

A {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	line-height: 20px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.TextNavBar{
	color: rgb(255,255,255)
}

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}