/* CSS definition file containing site wide stylesheets */

BODY {
	font-size: 10px;
 	text-transform: none;
 	text-decoration: none ;
 	font-variant: normal;
 	background-repeat: repeat-x;
 	background-attachment: fixed
}

.TextObject {
	color: rgb(0,0,0);
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

.TextNavBar {
	font-weight: normal;
 	font-style: normal
}