BODY {
	text-align: center;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px auto;
	}
	
div.text {
	text-align: justify;
	padding: 20px 80px;
	}
	
div.smalltext {
	font-size:10px;
	}
	
div.header1 {
	background: url(mongaintactaprint_01.gif) no-repeat center top;
	width: 800px;
	height: 280px;
	margin: 0 auto;
	text-indent: -9000px;
	}
		
div.header3 {
	width: 800px;
	margin: 0 auto;
	background: url(mongaintactaprint_03.gif) repeat-y;
	}
	
div.header3top {
	width: 800px;
	min-height: 90px;
	margin: 0 auto;
	background: url(mongaintactaprint_02.gif) no-repeat top;
	}

div.header4 {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background: url(mongaintactaprint_04.gif) no-repeat center top;
	}

td {
	font-size: 12px;
	}

a:link {
	color: #CCCCCC;
	}

a:visited {
	color: #666666;
	}

a:hover {
	color: #999999;
	}

a:active {
	color: #666666;
	}
div.error {
	color: #FF0000;
	display: none;
	text-align: left;
	width: 160px;
	}

div.table{
	display: table;
	margin: 0px auto;
}
div.tablerow {
	display: table-row;
}
div.tablecelllabel {
	display: table-cell;
	width: 160px;
}
div.tablecellinput {
	display: table-cell;
	width: 400px;
}