/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image:url(/images/6/topbg.jpg);
	background-position:top right;
	background-repeat:repeat-x;

}
#top{
	background-image:url(/images/6/top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
#pagetitle{
	background-image:url(/images/6/pagetitle.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #03A99F;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#Layer1 {
	position:absolute;
	left:792px;
	top:0px;
	width:245px;
	height:108px;
	z-index:1;
}
-->