/* CSS Document */

body {
	background-color: #0174DF;
}

.tab-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;

}
.main-title {
	color: #023761;
	font-size: 18px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	
		
}


.main-title1 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	
		
}

.bodytext {
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #9F9F9F;	
}
.usefullink {
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #9C9C9C;
}
.usefullink:hover {
	color: #9C9C9C;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footlink {
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #0F81CD;
}
.footlink:hover {
	color: #0F81CD;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.body-greybord {
	background-color: #FFFFFF;
	border-right: 3px solid #EDEDED;
	border-left: 3px solid #EDEDED;
}
.header-bg {
	background-image: url(../images/header-bg.jpg);

}

a
{
  text-decoration:none;
}

