/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #225695;
}
table,ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #586575;
	line-height: 17px;
	list-style-type: square;
}
.BorderColour {
	
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
a:link {	color: #225695;	text-decoration: none;}
a:visited {	color: #225695;	text-decoration: none;}
a:active {	color: #225695;	text-decoration: none;}
a:hover {	color: #225695;	text-decoration: underline;}
.textPadding {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.textBGcolour{
	background-color: #EBEEF1;
}


.heading {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #335E91;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 25px;
	font-weight: bold;
	
}

.footer {
	font-size: 11px;
	color:#C8D2DD;
}



.footer a {	color:#C8D2DD;}
.footer a:active {	color:#C8D2DD;}
.footer a:visited {	color:#C8D2DD;}
.footer a:hover {	color:#C8D2DD;}
.gallery {border:1px solid #333333;}