html{
	height: 100%;
}
table{
	border: none;
	border-collapse: collapse;
}
img{
	border: none;
}
body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#f3e2a7;
	font-family: Tahoma,sans-serif;
	font-size: 11px;
	color: #51260b;
	line-height: 14px;
}
td{
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,sans-serif;
	font-size: 11px;
	color: #51260b;
	text-align:left;
	line-height: 14px;
}
div{
	font-family: Tahoma,sans-serif;
	font-size: 11px;
	color: #51260b;
	text-align:left;
	line-height: 14px;
}
a, a:link, a:active, a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #51260b;
}
a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #51260b;
}

.mainContent{
	width: 100%;
	height: 100%;
}

.outputContent{
	text-align: center;
}
.outputContent div{
	text-align: center;
	width: 100%;
	height: 25px;
}

.outputFooter{
	height: 130px;
	padding: 10px;
}

.outputContent table{
	margin: auto;
}

.leftContent{
	width: 300px;
	height: 200px;
	border-top: 1px solid #933f00;
	border-left: 1px solid #933f00;
	border-bottom: 1px solid #933f00;
}

.rightContent{
	width: 300px;
	height: 200px;
	border-top: 1px solid #933f00;
	border-right: 1px solid #933f00;
	border-bottom: 1px solid #933f00;
}

.rightContent div{
	width: 100%;
	height: 100%;
}
