.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-position:left;
}

.smallbodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-position:left;
}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004C99;
	font-weight: bold;
	background-position:left;
}

.greyheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	background-position:left;
}

.smallheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004C99;
	font-weight: bold;
	background-position:left;
}

.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid;
	color: #333333;
	padding: 10px;
	border-color: #cccccc;
}

.logos {
	padding-top: 10px;
}

a:link {
	text-decoration: none;	
	color: #333333;
	
}

a:visited {
    text-decoration: none;	
	color: #333333;
	
}

a:hover {
	text-decoration: none;
	color: #004C99;	
	
}

a:active {
	text-decoration: none;	
	color: #004C99;
	
}