html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	margin-top:20px;
	background: #333;
	font-size:9pt;
	font-family:Verdana, Tahoma, sans-serif;
	color:#ccc;
}
td.logo {
	width:914px;
	height:201px;
	background:url('../images/logo.png');
}
td.block {
	border-top:3px solid #63b5c0;
	border-bottom:5px solid #222;
	background:#444;
	padding:5px;
	font-size:8pt;
	font-family:Tahoma;
	text-align:left;
}
td.footer {
	border-top:3px solid #107080;
	font-size:8pt;
	font-family:Tahoma;
	color:#fff;
	font-weight:bold;
	padding:15px;
	text-align:left;
}
td.footer a {
	font-size:8pt;
	font-family:Tahoma;
	color:#fff;
	text-decoration:none;
}
td.footer a:hover {
	font-size:8pt;
	font-family:Tahoma;
	color:#ccc;
	text-decoration:none;
}
td.menu {
	width:914px;
	height:92px;
	background:url('../images/menubg.png');
	border-bottom:3px solid #111;
}
#menuItem {
	height:60px;
	border:1px solid #9b998a;
	border-right:2px solid #9b998a;
	background:url('../images/menuitembg.png');
	padding-left:10px;
	font-size:8pt;
	font-family:Tahoma;
	color:#000;
	font-weight:bold;
	text-align:left;
}
#menuItemSelected {
	height:60px;
	border:1px solid #9b998a;
	border-right:2px solid #9b998a;
	background:url('../images/menuitembgsel.png');
	padding-left:10px;
	font-size:8pt;
	font-family:Tahoma;
	color:#000;
	font-weight:bold;
	text-align:left;
}
#menuItem a {
	font-size:14pt;
	font-family:Tahoma;
	color:#3a3a3a;
	text-decoration:none;
}
#menuItemSelected a {
	font-size:14pt;
	font-family:Tahoma;
	color:#3a3a3a;
	text-decoration:none;
}
a.topLink {
	font-size:8pt;
	font-family:Tahoma;
	color:#eee9d5;
	text-decoration:underline;
}
a.topLink:hover {
	text-decoration:none;
}
a.topLink:visited {
	font-size:8pt;
	font-family:Tahoma;
	color:#eee9d5;
}
img {
	border:1px solid #333;
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}
h1 {
	font-size:13pt;
	font-family:Georgia;
	color:#63b5c0;
	font-weight:bold;
	display:inline;
}
h2 {
	font-size:12pt;
	font-family:Georgia;
	color:#63b5c0;
	font-weight:bold;
	display:inline;
}
p {
	text-align:justify;
	clear:left;
}
a {
	color:#63b5c0;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#107080;
}