/* CSS Document */
body{
	margin:0px;
	background-color:#071C38;
	background-image:url(../images/index/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
body,p,td,div,span,input,select{
	font-family:Tahoma, Arial;
	font-size:12px;
}
.topMenu{
	background-image:url(../images/top-menu-bg.gif);
	width:100%;
	height:46px;
}
.welcome{
	background-image:url(../images/index/welcome-bg.jpg);
	background-repeat:no-repeat;
	height:487px;
}
.welcomeText{
	padding-left:9px;
	text-align:justify;
}
.newsHeading{
	font-size:11px;
	font-weight:bold;
	color:#113457;
}
.newsText{
	font-size:11px;
}
.newsText a{
	color:#3B608E;
}
.newsText a:hover{
	color:#3B608E;
	text-decoration:none;
}

.box1Text{
	font-size:11px;
	color:#8A99AA;
	text-decoration:none;
}
.box1SmallLinks{
	font-size:10px;
	color:#C9CED5;
	text-decoration:none;
}
.box1SmallLinks a{
	font-size:10px;
	color:#C9CED5;
	text-decoration:none;
}
.whiteCentreBullets{
	font-size:11px;
	color:#C9CED5;
	line-height:18px;
		
}
.whiteCentreBullets a{
	font-size:11px;
	color:#C9CED5;
	text-decoration:none;
		
}
.whiteCentreBullets li{
	list-style-type: square;
}
.footerLinks{
	color:#2A4260;
	font-size:11px;
}
.footerLinks a{
	color:#97A0AB;
	font-size:11px;
	text-decoration:none;
}
.copyright{
	color:#A0A6B4;
	font-size:11px;
}
.copyright a{
	color:#A0A6B4;
	font-size:11px;
	text-decoration:none;
}
.color959595{
	color:#959595;
	text-decoration:none;
}
.colorFFFFFF{
	color:#FFFFFF;
}

