
BODY {
	font: normal 12pt helvetica, arial, sans-serif;
	color: #000000;
/*	background-color: #ffead3; */
	margin: 0px;
	border: 0px;
	padding: 0px;
}

TABLE.full {
	width: 100%;
	height: 100%;
}

TR.title {
	height: 130px;
}

TD.logo {
	text-align: center;
	color: #000000;
	background-color: #dda36f;
	width: 130px;
}

TD.title {
	text-align: left;
	color: #000000;
	background-color: #eeb37f;
	width: auto;
}

TD.title DIV.title {
	font: bold 24pt/32pt helvetica, arial, sans-serif;
}

TD.title DIV.subtitle {
	font: normal 18pt/24pt helvetica, arial, sans-serif;
}

TR.main {
	height: auto;
}

TD.menu {
	text-align: left;
	color: #000000;
	background-color: #ffd39f;
	font: normal 12pt/24pt helvetica, arial, sans-serif;
	width: 130px;
}

TD.menu A {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

TD.menu A:hover {
	text-decoration: underline;
}

TD.main {
	text-align: left;
	color: #000000;
	background-color: #ffead3;
	font: normal 12pt helvetica, arial, sans-serif;
	width: auto;
}

TD.main DT {
	font: oblique 12pt helvetica, arial, sans-serif;
}

TD.main DD {
	font: normal 12pt helvetica, arial, sans-serif;
}

DIV.image {
	text-align: center;
	padding: 10px;
}
