html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
}

table#layout {
	width: 100%;
	height: 100%;
	border-collapse: true;
}

tr#head {
	height: 80px;
	background-color: #FFCC00;
}

tr#foot {
	height: 30px;
	background-color: #FFCC00;
	color: #ffffff;
	font-size: 12px;
}

table#inhead {
	width: 100%;
}

td#footleft {
	height: 30px;
	padding-left: 10px;
	font-size: 12px;
}

td#footcenter {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
}

td#menu {
	width: 200px;
	border-right: 1px solid black;
	background-color: #eeeeee;
	vertical-align: top;
}

a.foot,
a.foot:hover,
a.foot:visited,
a.foot:active {
	color: #ffffff;
}

td#body {
	width: 600px;
	background-color: #ffffff;
	color: #000000;
	vertical-align: top;
}

div#content {
	margin: 20px;
	font-size: 11pt;
}

p {
}

table.menu {
	width: 100%;
	position: relative;
	top: 50px;
	border-bottom: 1px solid black;
}

td.menu {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid black;
	background-color: #dddddd;
	font-weight: bold;
	font-size: 10pt;
}

td.menu-selected {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid black;
	font-size: 10pt;
	background-color: #ffffff;
}

a,
a:hover,
a:visited,
a:active {
	color: #333333;
}

a.menu,
a.menu:hover,
a.menu:visited,
a.menu:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

td#rest {
	background-color: #eeeeee;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	color: #777777;
}


