body {
	background: #808080;
	text-align: center;
}

td, p {
	font-family: arial;
	font-size: 11pt;
}

p {
	text-indent: 15px;
}

table.body {
	background: #ffffff;
	width: 800px;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	border-collapse: collapse;
	border: 1px solid #000000;
}

td.body {
	padding: 0px;
	margin: 0px;
}

.title td {
	text-align: left;
	vertical-align: middle;
	background: #FFD696;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #000000;
	height: 40px;
}

td.title_main {
	width: 240px;
	padding-left: 15px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 18pt;
}

.footer td {
	border-top: 1px solid #000000;
	background: #D0AF7A;
	font-weight: bold;
	font-size: 9pt;
	height: 20px;
}

.menu td {
	height: 20px;
	border-bottom: 1px solid #000000;
	font-size: 10pt;
	background: #FFEAC2;
	text-align: center;
}


a:link, a:visited, a:active, a:hover {
	color: #4040ff;
	text-decoration: none;
	font-weight: bold;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: #2020ff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

.content td {
	text-align: left;
	vertical-align: top;
	padding: 10px 5px 5px 5px;
}

