/* CSS definition file containing site wide stylesheets */

.PageHeadings {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 14px;
 	text-transform: uppercase;
 	color: rgb(0,51,153);
 	font-weight: bold
}

.BodyText {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,51,153);
 	line-height: 16px
}

.pageborder {
	background-color: rgb(255,255,255);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}