h1 {
	font-size: 18px;
	font-weight: bold;
	color: #457dba;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #457dba;
}

hr {
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	background-color: #457dba;
	color: #457dba;
}

*:first-child+html hr {
	margin-top: -10px;
}

* html hr {
	margin-top: -10px;

}

a {
	color: #368be7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #002b5a;
}

img {
	border: 0;
}

.font10 {
	font-size: 10px;
	line-height: 130%;
}

.read_more {
	font-size: 10px;
	color: #457dba;
}

.read_more a {
	color: #457dba;
	text-decoration: none;

}

.read_more a:hover {
	color: #063364;
}
	
/*_____________COLOURS_________________*/

.grey {
	color: #4b4b4b;
}

/*________________END COLOURS_______________*/

.pdf {
	position: absolute;
}

.list li {
	padding: 5px 0 5px 0;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.float_image_right {
	float: right;
	padding: 0 0 5px 5px;
}

.float_image_right img {
	padding: 3px;
	border: 1px solid #004e9c;
	background-color: #ccc;
}

.float_image_right2 {
	float: right;
	padding: 0 0 5px 5px;
}



.float_image_left {
	float: left;
	padding: 0 5px 5px 0px;
}

.float_image_left img {
	padding: 1px;
	border: 1px solid #004e9c;
}

.float_image_left2 {
	float: left;
	padding: 0 5px 5px 0;
}

.li_header {	
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
}

.border {
	padding: 1px;
	border: 1px solid #004e9c;
}

.caption {
	padding-left: 20px;
	text-align: center;
	
	
}

.pdf {
	padding-left: 5px;
}
