/* CSS Document */
.body-style{
	margin-top:0;
	background-color: #4F81BD;
}
.page-table{
	width:1000px;
	margin-top:10px;
	background-color: #FFFFFF;
	padding:3px;
	
}
.form_style{
	font-family: Verdana,Helvetica, sans-serif;
	font-size:14px;
	color:#0000FF;
}
.heading-txt{
	font-family: 'Arial Rounded MT Bold';
	font-size:24px;
	color: #0000FF;
	text-align:left;
	vertical-align:top;
}
a {

	color: #000000;

}
a:hover{
	color:#EC6C00;
}
.top-menu-style{
	text-align: center;
	font-family: Arial,Verdana,Helvetica, sans-serif;

	font-size: 9px;

	font-style: normal;

	font-weight: bold;

	text-decoration: none;
}
.content-area{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0000FF;
}

.msg-style{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

.instruction-txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	line-height:20px;
}

