@charset "utf-8";
/* CSS Document */

body  {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 600px;
	background: #fff;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 40px;
	background-color: #ff9934;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

#mainContent {
	margin: 0px;
	padding: 0px;
	background-color: #ffdb9d;
}
.form1Font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 11pt;
	font-weight: normal;
	text-decoration: none;
}
.table1 {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
	text-align: right;
}
