/* CSS definition file containing site wide stylesheets */

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	text-decoration: none 
}

H1 {
	font-size: 18px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

H2 {
	font-size: 16px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	text-decoration: none 
}

H3 {
	font-size: 15px
}

.TextNavBar {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 13px
}