body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0;
	padding:0;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.header {
	background-color:#D4E1E6;
}
.main {
	background-color:#B3C9D3;
}
.coloured {
	border-color:#D4E1E6;
	border-width: 1px 1px 1px 1px;
	border-style:solid;
}
.content {
	background-image:url(images/watermark.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:375px;
}
.detailed {
	border-style: solid;
	border-width: 1px;
	border-color:#D4E1E6;
	background-color:#B3C9D3;
}
.quote {
	font-style:italic;
	font-size:9pt;
}
h1 {
	font-size:10pt;
}
h2 {
	font-size:9pt;
}
hr {
	color: #D4E1E6;
	background-color: #D4E1E6;
	height: 1px;
}
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
	position:absolute; 
	top: 2em;
	left: 0;
	visibility:hidden
}
#main {
    position: relative;
	height:9em;
	background-color: #D4E1E6;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 9pt Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #B3C9D3;
	width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #D4E1E6;
color: black;
}
a:link {
	color: #777777;
}
a:visited {
	color: #777777;
}
a:hover {
	background: #D4E1E6;
	color: #777777;
}