@charset "UTF-8";
body {
	background-color: #ff6803;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	margin: 5px;
	text-align: justify;
	vertical-align: text-top;
}
#tableLayout {
	background-color: #880000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#tdContent {
	background-color: #FFFFFF;
	background-position: center center;
}
