<!--
body {
	font-family: "Trebuchet MS", Arial, Sans-serif;
	font-size: 12px;
	color: #333333;/*themecolour3%0;*/
	background-color: #ffffff;/*themecolour3;*/
}
table {
	font: 9pt "trebuchet ms", arial, sans-serif
}
p {
	margin: 0px 30px 0px 0px;
	}
blockquote {
	margin-top: 0px; margin-bottom: 0px; color: #333333;/*themecolour3%0;*/
	margin-right: 0px;

}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;/*themecolour3%0;*/
}
ul {
	color: #333333;/*themecolour3%0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-image: url(layout_files/layout_bullet.gif);
}

a:link {color: #022cc2;/*themecolour1$ -3.3%, -21.6%;}*/
}

a:visited {color: #333333;/*themecolour3%0;*/
}

a:link:hover {color: #33305b;/*themecolour6;*/
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;/*themecolour3%0;*/
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
h2 {
	font-size: 15px;
	color: #0238f7;/*themecolour1;*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.hnavbg {
	background-image: url(layout_files/layout_hnavbar_bg.gif);
	background-repeat: repeat-x;
}

.leftcolumn {
	background-image: url(layout_files/layout_border_left.gif);
	background-repeat: repeat-y;
}

.rightcolumn {
	background: url(layout_files/layout_border_right.gif) repeat-y right;
	padding-left: 15px;
}

.footer {
	background-image: url(layout_files/layout_footer_bg.gif);
	background-repeat: repeat-x;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #F1EFD9;
width: 130px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dashed grey;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #D9DCF1;
color: black;
}
-->