body,td,th {
	font-family: Book Antiqua;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #e4ebee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.left_shadow{
	background-image:url(../images/left_shadow.jpg);
	background-repeat:repeat-y;
	width:5px;
	}


.right_shadow{
	background-image:url(../images/right_shadow.jpg);
	background-repeat:repeat-y;
	width:5px;
	}
	
.top_bg{
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	height:87px;
	}
	
	heading_14px{
	font-size:14px;
	font-weight:bold;
}

.heading_14px{
	font-size:14px;
	font-weight:bold;
}

.heading_12px{
	font-size:12px;
	font-weight:bold;
}

.blue_heading_14px{
	color:#014a91;
	font-size:14px;
	font-weight:bold;
}

.white_text{
	color:#FFF;
}

.recruitment_bg{
	  background-image:url(../images/recruitment_head.jpg);
	  background-repeat:no-repeat;
	  height:312px;
	  width:258px;
	  padding:50px 15px 15px 15px;
	}
	
	
a:link{	color:#5b2b7c; text-decoration:none;}
a:visited{color:#5b2b7c;text-decoration:none;}
a:hover{color:#2c2c2c;text-decoration:none;}
a:active{color:#5b2b7c;	text-decoration:none;}

.textbox{
	border:#5f8eba solid 1px;
	font-size:11px;
}

.button{
	border:#4e9ce8 solid 1px;
	background-color:#014a91;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}


