A{
	text-decoration: none;
	color: #B464A8;
}
A:hover{
	text-decoration: none;
	color: #B464A8;
}
A.menu{
	text-decoration: none;
	color: white;
}
A:hover.menu{
	text-decoration: none;
	color: #B464A8;
	background-color: #F5A9EA;
}
A.info{
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
A:hover.info{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
BODY{
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 775px;
	min-height: 450px;
	margin-top: 20px;
	background-color: white;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: black;
}
.cleaner{
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding: 0;
  border: none;
  visibility: hidden;
}
DIV#supertop{
  position: relative;
	left: 50%;
	top: 0px;
	width: 775px;
	height: 14px;
	margin-left: -387px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
DIV#top{
	position: relative;
	left: 50%;
	top: 0px;
	width: 775px;
	height: 196px;
	margin-left: -387px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/top_01.gif);
	background-repeat: no-repeat;
}
DIV#toplogo{
	position: absolute;
	top: 25px;
	width: 202px;
	height: 66px;
	margin-left: 10px;
}
DIV#topmenu{
	position: absolute;
	top: 50px;
	margin-left: 230px;
	color: white;
	font-weight: bold;
}
DIV#content{
  position: relative;
  top: 0px;
  width: 775px;
  height: 100%;
  clear: both;
  background-image: url(../img/left_background.gif);
	background-repeat: repeat-y;
}
DIV#sidebar{
	position: relative;
	top: 0px;
	width: 201px;
	height: 100%;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
	clear: left;
}
DIV#section{
	position: relative;
	top: 0px;
	width: 514px;
	height: 35px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 0px;
	float: right;
	clear: right;
}
DIV#body{
	position: relative;
	top: 0px;
	width: 514px;
	height: 100%;
	margin-right: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	float: right;
}
DIV#bottom{
	position: relative;
	top: 0px;
	width: 775px;
	height: 50px;
	background-image: url(../img/bottom.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	clear: both;
}
DIV#bottomtext{
	position: absolute;
	top: 30px;
	margin-left: 620px;
	font-size: 8pt;
	font-weight: bold;
	color: #B464A8;
	clear: right;
}
DIV#bottomtext2{
	position: absolute;
	top: 30px;
	margin-left: 20px;
	font-size: 7pt;
	font-weight: bold;
	color: #B464A8;
	clear: left;
}
DIV#info{
	position: relative;
	top: 0px;
	width: 775px;
	font-size: 8pt;
	color: #CCCCCC;
	text-align: right;
}
H1{
  font-weight: normal;
  font-size: 8pt;
  color: #B464A8;
}
H2{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
}
/*H2{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
}*/
H3{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
}
img{
	border: 0px;
}

