/* CSS definition file containing site wide stylesheets */

.B-Link {
	font-size: small;
 	color: rgb(0,0,255);
 	font-weight: bold
}

UL {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	list-style-type: square;
 	list-style-image: none
}

.TextObject {
	color: rgb(0,0,153)
}

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	color: rgb(0,0,102);
 	font-weight: bold
}

LI {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	text-decoration: none ;
 	list-style-type: square
}

A {
	font-size: x-small;
 	color: rgb(0,0,255);
 	font-weight: bold
}

.TextNavBar {
	font-size: x-small;
 	color: rgb(255,0,0);
 	font-weight: bold;
 	text-align: center;
 	border-left-style: none;
 	margin-top: 2pt;
 	border-top-style: none;
 	border-right-style: none;
 	margin-bottom: 2pt;
 	border-bottom-style: none
}

ADDRESS {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: x-small;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	vertical-align: baseline
}