/* CSS definition file containing site wide stylesheets */

.TextObject {
	font-family: "Arial CE",  sans-serif;
 	color: rgb(0,0,102)
}

H1 {
	font-size: 20px;
 	color: rgb(0,0,102);
 	font-weight: bold
}

H2 {
	font-family: "Arial CE",  sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,102);
 	background-color: transparent;
 	margin: 0px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 
	border-bottom-style: none
}

P {
	font-family: "Arial CE",  sans-serif;
 	font-size: small;
 	color: rgb(0,0,102);
 	text-decoration: none 
}

LI {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,102)
}

.TextNavBar {
	color: rgb(0,0,102)
}

A:link {
 	color: rgb(0,0,102)
}

A:visited {
 	color: rgb(0,0,102)
}