/* CSS definition file containing site wide stylesheets */

UL {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center
}

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px
}

A {
	color: rgb(255,255,255);
 	text-decoration: none 
}

.TextNavBar {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 16px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: justify;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}