body {
	width: 1000px; 
	margin: 0 auto;
	background-color:#00269a;	
}

.border {
	border: 1px solid #F7F7F7;
}
.whitebg {
	background-color: #FFFFFF;
}
.blueheading {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #113bc8;
	text-decoration: none;
}
.normaltext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.blackborder {
	border: 3px solid #333333;
}
.headerimage {
	background-image: url(../../images/index/headerimg.jpg);
	background-repeat: no-repeat;
}
.blackheading {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blackheadingsmall {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.greykheadingsmall {

	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #7d7d7d;
	text-decoration: none;
}
.linksbg {
	background-image: url(../../images/index/linksbg.gif);
	background-repeat: no-repeat;
}
.linkstext {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #b3b3b3;
	text-decoration: none;
}
.textfield {
	background-color: #dedede;
	border: 1px solid #dedede;
}
.footertext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #a3b4e9;
	text-decoration: none;
}
.textblack {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

