@charset "utf-8";
/* body {
	text-align: center; 
}
/* CSS Document */
.style1 {color: #FFFFFF}
.headertable {
	font-size: 12px;
	color:#FFFFFF;
	font-family:Tahoma;
	text-align:center;
}
.label {font-family: Tahoma;font-size:12px}

.mandatory {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF66;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.non_mandatory {
	border: 1px solid #0033CC;
	font-family: Tahoma;
	font-size: 12px;
}
.style3 {font-size: 10px}
.boxsearch {
	background-color: #000066;
	border: 1px solid #999999;
	margin: auto;
	height: auto;
	width: 600px;
	position: relative;
	z-index: 10;
}

.style4 {
	color: #000000;
	font-style: italic;
}

