body,
#cachepageheader,
#pageheader,
#hzmenu,
  #hzmenu ul,
  #hzmenu li,
#index,
  #index ul,
  #index li,
#maintext,
  #maintext h1,
  #maintext h2,
  #maintext ul,
  #maintext ul.level2,
  #maintext ul.menu,
  #maintext ul.menu li,
  #maintext p,
  #maintext img
{
	background: #444444;
	color: #444444;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#cachepageheader {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 860px;
	height: 10px;
        padding: 0;
	margin: 0;
	border: 0;
	background: #444444;
}
#pageheader {
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	width: 840px;
	height: 120px;
	padding: 0;
	margin: 10px;
	background: #444444;
}
#pageheader img.left {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
#pageheader img.right {
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
}
#hzmenu {
	z-index: 4;
	position: absolute;
	top: 50px;
	left: 175px;
	width: 665px;
	padding: 0;
	margin: 10px;
	font-size: 10px;
	font-weight: bold;
	background: #444444;
}
#hzmenu ul {
  border-bottom: 1px solid #999999;
	margin: 0;
	padding-bottom: 32px;
	padding-left: 0px;
	background: #444444;
}
#hzmenu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #444444;
}
#hzmenu a:link, #hzmenu a:visited {
  background: #444444;
  color: #cccccc;
  float: left;
	border: 1px solid #999999;
	line-height: 29px;
	margin-right: 0px;
	padding: 0px 6px;
	text-decoration: none;
}
#hzmenu a:hover {
	background: #cccccc;
	color: #444444;
}
#hzmenu a:active {
	background: #ffffff;
	color: #000000;
	border-bottom: 1px solid #fff;
}
#hzmenu a:link#hzactive, #hzmenu a:visited#hzactive,
#hzmenu a:hover#hzactive, #hzmenu a:active#hzactive
{
	background: #ffaa00;
	color: #000000;
	border-bottom: 1px solid #999999;
}

#index {
	z-index: 4;
	position: Relative;
	padding: 0;
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #444444;
}


#index a:link, #index a:visited {
  background: #444444;
  color: #cccccc;
  float: left;
	border: 1px solid #ffaa00;
	line-height: 29px;
	margin-right: 0px;
	padding: 0px 6px;
	text-decoration: none;
}
#index a:hover {
	background: #ffaa00;
	color: #444444;
}
#index a:active {
	background: #ffffff;
	color: #000000;
	border-bottom: 1px solid #fff;
}
#index a:link#hzactive, #index a:visited#hzactive,
#index a:hover#hzactive, #index a:active#hzactive
{
	background: #ffaa00;
	color: #000000;
	border-bottom: 1px solid #999999;
}

#hzexemple {
	z-index: 5;
	position: absolute;
	top: 80px;
	left: 175px;
	width: 665px;
	padding: 0;
	margin: 10px;
	font-size: 9px;
	font-weight: bold;
	background: #444444;
}
#hzexemple ul {
  border-bottom: 1px solid #999999;
	margin: 0;
	padding-bottom: 32px;
	padding-left: 0px;
	background: #444444;
}
#hzexemple li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #444444;
}
#hzexemple a:link, #hzexemple a:visited {
  background: #444444;
  color: #cccccc;
  float: left;
	border: 1px solid #999999;
	line-height: 29px;
	margin-right: 0px;
	padding: 0px 6px;
	text-decoration: none;
}
#hzexemple a:hover {
	background: #cccccc;
	color: #444444;
}
#hzexemple a:active {
	background: #ffffff;
	color: #000000;
	border-bottom: 1px solid #fff;
}
#hzexemple a:link#hzactive, #hzexemple a:visited#hzactive,
#hzexemple a:hover#hzactive, #hzexemple a:active#hzactive
{
	background: #ffaa00;
	color: #000000;
	border-bottom: 1px solid #999999;
}


#maintext {
	z-index: 1;
	position: absolute;
	top: 130px;
	left: 10px;
	width: 830px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	border: 5px solid #ffffff;
	background: #fff;
}

#maintext ul {
	margin: 0;
	padding-bottom: 32px;
	padding-left: 15px;
	background: #ffffff;
}
#maintext li {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

#maintext a {
	background: #ffffff;
  color: #666666;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#maintext a:link, #maintext a:visited {
	background: #ffffff;
	color: #ff6600;
}
#maintext a:hover, #maintext a:active {
	background: #ffffff;
	color: #cc00ff;
}
#maintext p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	background: #ffffff;
}
#maintext p.centre {
	text-align: center;
}

html>body #pageheader {
	position: fixed;
}
html>body #cachepageheader {
	position: fixed;
}
html>body #hzmenu {
	position: fixed;
}

html>body #hzexemple {
	position: fixed;
}
html>body #vtmenu {
	position: fixed;
}

