BODY
{
	background-image : none;
	background-color : transparent;
	font-size : 12px;
	font-weight : normal;
	font-style : normal
}

.TextObject {
 	font-size: 16px;
 	text-transform: none;
 	color: rgb(0,0,5);
 	font-weight: normal;
 	font-style: normal;
 	font-variant: normal;
	background-color : rgb(255,255,255);
	background-image : none
}

.TextNavBar {	font-weight : bold;
	text-transform : capitalize;
	color : rgb(0,0,5);
	background-color : rgb(128,128,128);
	font-size : 14px;
	border-left-style : none;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	font-family : TIMES;
	font-variant : small-caps}