@charset "utf-8";
/* CSS Document */

html,body {
	padding: 0px;
	color: #000000;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url('images/bg_body.jpg');
	background-position:top;
	background-repeat:repeat-x;
}


img {
	border: none;
}

p {
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 2px;
	color: #007bab;
	padding-top: 10px;
	text-transform:uppercase;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #007bab;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #102d79;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #102d79;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}



h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align:center;
}

a:link {
	color: #007bab;
	text-decoration: underline;
}

a:visited {
	color: #007bab;
	text-decoration: underline;
}
a:hover {
	color: #007bab;
	text-decoration: none;
}

a.footer:link {
	color: #ffffff;
	text-decoration: underline;
}

a.footer:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: none;
}
.whiteText
{
    color: #ffffff;
}

.font11
{
    font-size:11px;
}

.font13
{
    font-size:13px;
}


.bgColour1
{
    background-color:White;   
}

.bgColour2
{
    background-color:#dee4f6;   
}