/* CSS definition file containing site wide stylesheets */

.TextObject {
	font-family: "Microsoft Sans Serif",  sans-serif;
 
	font-size: xx-small;
 	text-transform: none;
 	color: rgb(0,0,128);
 
	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 
	text-decoration: none ;
 	font-variant: normal;
 	text-align: justify;
 
	background-color: transparent;
 	border-left-style: none;
 
	border-top-style: none;
 	border-right-style: none;
 
	border-bottom-style: none
}
