body {
	background-color: white;
	margin-bottom: 6px;	
}

.margin_box {
	margin-left: 10px;
}

.table_width {
	width: 550px;
	table-layout: fixed;
}

.center {
	text-align: center;
	margin-left:auto; margin-right:auto;
	width: 550px;
}

.center_labels {
	text-align: center;
	margin-left:auto; margin-right:auto;
	width: 140px;
}

.blue_title {
	font-size: medium;
	color: navy;
	font-weight: bold;
}

.blue_label {
	font-size: small;
	color: navy;
	text-align: center;
}

.red_title {
	font-size: medium;
	color: #981039;
	font-weight: bold; 
}

.red_label {
	font-size: small;
	color: #981039;
	font-weight: bold; 
}

.nowrap_label {
	width: 115px;
	vertical-align: top;
	text-align: right;
}

.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-style: normal;
}

.req {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #800000;
}

.headtitle {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 13px;
  	font-style: normal;
  	color: #666666;
}