/* CSS definition file containing site wide stylesheets */

.nav-bar-text {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	vertical-align: baseline;
 	text-align: justify;
 	text-indent: 0pt;
 	background-color: rgb(0,102,51);
 	margin: 2pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

UL {
	list-style-position: outside;
 	text-align: left
}

.body-text {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(0,51,102);
 	vertical-align: baseline;
 	text-align: justify;
 	text-indent: 0pt;
 	margin: 2pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

LI {
	list-style-position: outside
}

OL {
	list-style-position: outside;
 	text-indent: 0pt
}