
body {

	font-family: Arial, sans serif;
	background-color: #FFFFFF;
	color: #000000;
	text-align:center;
	margin-top: 10px;
	
}

img.noborder {
	border-style: none;
	border-width: 0px;
}


.titletext {

	font-family: Arial, sans serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
}

.bodytext {

	font-family: Arial, sans serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.footertext {

	font-family: Arial, sans serif;
	font-size: 13px;
	color: #999999;
	text-align: center;
}



/* normal text format for active links */

td.LinksFormat {

	font-family: Arial, sans serif;	
	font-size: 11px;
	font-weight: bold;
	background-color: #0078AF;
	color: #FFFFFF;	
	text-align:center;
}

/* greyed out link text to identify current page */

td.CurrentPage {


	font-family: Arial, sans serif;	
	font-size: 10px;
	color: #FFFFFF;			
	text-align:center;
}

