/*External Style Sheet*/

/*Main body formatting*/
	
.bodytxt{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	}

/*Links under main Heading - Blue back ground white text*/	
.linktxt2{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	background-color: #000066;
	}
	
.SubHead{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: 700;
	font-size: 16px;
	}
		
.BodySubHead{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: 700;
	font-size: 12px;
	}

/*The side bar of the site formatting*/

.sdtxt{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	}
