A:link  {
	font-size : 12px;
	font-family : Arial;
	color : Navy;
 	font-weight: normal;
	text-decoration: underline;
}

A:visited  {
	font-size : 12px;
	font-family : Arial;
	text-decoration : underline;
	color : Navy;
 	font-weight: normal;
}

A:active  {
	font-size : 12px;
	font-family : Arial;
	text-decoration : underline;
	color : Navy;
 	font-weight: normal;
}

A:hover  {
	font-size : 12px;
	font-family : Arial;
	color : Blue;
 	font-weight: normal;
 	text-decoration: underline;
}
.bodycopy {  font-family: Arial; font-size: 12px; font-weight: normal; color: black;
}
.heading {  font-family: Arial; font-size: 14px; font-weight: bold; color: #1A5A8B}
.subheading {  font-family: Arial; font-size: 12px; font-weight: bold; color: #1A5A8B;
}

.nav a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1A5A8B;
	text-decoration: none;
	}
.nav a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1A5A8B;
	text-decoration: none;
	}
.nav a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1A5A8B;
	text-decoration: underline;
	}
	
.footer {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #1A5A8B;
	text-decoration: none;
	}


.footer a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1A5A8B;
	text-decoration: none;
	}
.footer a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1A5A8B;
	text-decoration: none;
	}
.footer a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1A5A8B;
	text-decoration: underline;
	}
.imageborder {

	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px; 
}
