body {
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.black_link {
	color: #000000;
	text-decoration: underline;
}
.white_link {
	color: #FFFFFF;
}
.white_link1 {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
.white_link1:hover {
	color: #ffffff;
	font-size: 10px;
	text-decoration:underline;	
}
.top_link {
	font-weight: bold;
	text-decoration: none;
	color: #6b5062;
	font-size: 10px;
}
.white_linksmall {
	color: #FFFFFF;
	font-size: 10px;
}
.pink_bg {
	background-color: #FF19A0;
}

.heading_1 {
	font-size: 11px;
}
.heading_3 {
	font-size: 15px;
}
.Form_fields {
	font-size: 9px;
}
.td_grey {
	color: #666666;
}
.blue_bg {
	background-color: #2296c9;
}
.gray {
	background-color: #bfbfbf;
}
.gray1 {
	background-color: #D1D1D1;
}
.white_text {
	font-size: 16px;
	color: #FFFFFF;
}
.white_text1 {
	font-size: 11px;
	color: #FFFFFF;
}
.heading_2 {

	font-size: 11px;
}
.black_link1 {
	color: #000000;
	text-decoration: underline;
	font-size: 9px;
}
.blue_text {
	color: #166181;
}
a {
	color: #003399;
}
.heading_3 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pink_text {
	color: #FF19A0;
}
.heading_4 {
	font-size: 12px;
	font-weight: bold;
}
.heading_5 {

	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.pink_bg1 {

	background-color: #ffceee;
}

.pink_bg2 {

	background-color: #ffe8f6;
}
.green_text {

	color: #006600;
}
.black_link2 {

	color: #000000;
	text-decoration: none;
	font-size: 9px;
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_lightgray {
	background-color: #E1E1E1;
}
.blue_border {
border:#D7D7E3 1px solid;
}
.red {
	color: #FF0000;
}
.small_txt { font-size:10px}

.blue_bg1 {

	background-color: #D7D7E3;
}


/*--------------------------------Button CSS-------------------------------*/

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #000000; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(http://media.employmentnews.gov.in/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.btn.blue { background: #c6c5d7; }
.btn:hover { background-color: #ffceee; }
.btn:active { background-color: #444444; }
.btn[class] {   background-image: url(http://media.employmentnews.gov.in/shade2.png); background-position: bottom; }