@charset "utf-8";
/* CSS Document */
/*@author: Swapan Kumar Saha*/
/*created on: 26.06.2007*/
body{
	vertical-align:middle;
	background-color:#EEEEE7;
 }
 
TD.rightMenuSub A{
	font-family:Verdana,Tahoma,Helvetica;
 	font-size:10px;
 	color:#316698;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	vertical-align:middle;
	height:26px;
	font-weight:bold;
}
TD.rightMenuSub A:hover{
	font-family:Verdana,Tahoma,Helvetica;
	font-size:10px;color:#B11117;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	vertical-align:middle;
	height:26px;
	font-weight:bold;
	background-image:url(images/menuHover.gif);
}
 
.hotProjectTitle{
	font-family:Verdana,Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.contectUs A:hover{
	font-family:Verdana,Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#6633CC;
	text-decoration:none;
}

.contectUs A{
	font-family:Verdana,Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.hotProjectText {
	font-family:Verdana,Helvetica;
	font-size:10px;color:#0054A6;
	font-weight:normal;
	text-decoration:none;
}

.hotProjectTextHeading {
	font-family:Verdana, Helvetica;
	font-size:11px; color:#0054A6; 
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
}

.blockHeading{
	font-family:Verdana, Helvetica;
	font-size:12px; color:#0054A6; 
	font-weight:bold;text-decoration:none;
}
	
.inputBox{
	border:1px solid #364D93;
	background-color:#FFFFFF;
	height:20px;
	width: 80%;
	color: #000000;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
}

.inputBoxRequired{
	border:1px solid #364D93;
	background-color:#E8F3D7;
	height:20px;
	width: 80%;
	color: #000000;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
}

.textArea{
	border:1px solid #364D93;
	background-color:#FFFFFF;
	color: #000000;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	width: 80%;
}

.textAreaRequired{
	border:1px solid #364D93;
	background-color:#E8F3D7;
	color: #000000;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	width: 80%;
}

a.pageLink A:hover{
	font-family:Verdana,Helvetica;
	font-size:12px;
	color:#6600FF;
	font-weight:normal;
	text-decoration:none;
}


a.pageLink A{
	font-family:Verdana,Helvetica;
	font-size:12px;
	color:#0054A6;
	font-weight:normal;
	text-decoration:none;
}


