* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, tahoma;
	font-size: 9pt;
}
html, body {
	height: 100%;
}
table { position: relative; border: 1px solid #c0c0c0; margin-left: auto; margin-right: auto; width: 80%; }
td { color: #3f3f3f; padding: 4px; font-size: 9pt; background: #fffcf2 }
input {
	width: 190px;
}
html {
	background: #3f3f3f url(grfx/candy.jpg) repeat-x;
}
body {
	background: url(grfx/canvy.jpg) repeat-y center;
}
img {
	border: 0;
}
h1,h2,h3 {
	margin: 1em 0 0.4em 0;
	font-family: arial, verdana, sans-serif;
	color: #3f3f3f;
	font-size: 11pt;
}
a:link, a:visited {
	color: #369;
}
#canvas {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	border-right: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
#poster {
	height: 107px;
	background: url(grfx/poster.jpg) no-repeat;
	border-bottom: 1px dotted #bfbfbf;
}
#linkbar {
	width: 768px;
	height: 55px;
	border-bottom: 1px dotted #bfbfbf;
	background: #fffcf2;
}
#linkbar a:link, #linkbar a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #3f3f3f;
	font-family: arial;
	background: #fffcf2;
	font-size: 8pt;
	border-right: 1px dotted #bfbfbf;
	padding-top: 22px;
	height: 28px;
	border-bottom: 5px solid #fffcf2;
	float: left;
	text-transform: uppercase;
}
#ao { width: 80px; }
#af { width: 140px; }
#ab { width: 145px; }
#at { width: 80px; }
#ac { width: 80px; }
#linkbar a:hover {
	border-bottom: 5px solid #ffcb32;
	background: #fff;
	color: #3f3f3f;
}
#linkbar a span {
	font-size: 2px;
	color: red;
}
#content {
	background: #fff url(grfx/bitmap.jpg) repeat-x;
}
.db {
	padding-bottom: 1px;
	border-bottom: 2px solid #ffcb32;
}
.dd {
	margin-top: 16px;
	padding: 4px;
	border: 1px dotted #c0bfbf;
	background: #fff url(grfx/bitmap.jpg) repeat-x;
}
.dd h1,.dd h2,.dd h3 {
	margin: 0.6em 0 0.4em 0;
}
.push {
	padding: 4px;
}
.printer {
	display: none;
}
p {
	text-align: justify;
	font-size: 9pt;
	color: #3f3f3f;
	padding: 6px;
}