body {
	font-family: verdana, arial, serif;
  font-size: 9pt;
  color: black;
  line-height: 14pt;	
	margin:0px;
	padding:0px;
	width:100%;
}

a	{
	text-decoration:none;
	color:blue;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 10pt;
	font-weight: bold;	
  margin-bottom:2px;
  margin-top:0px;
	margin-left:0px;
	padding:0px;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom:2px;
	padding:0px;
}

p {
	margin-top:0px;
	margin-bottom:10px;	
}

ul {
	margin-top:0px;
	margin-bottom:15px;
}
						 
#hbg {
	display:none;
}						

#vbg {
	display:none;
}

#content {
	width:95%;
	margin:0px;
	padding:0px;
}

#copyright {
	font-size: 8pt;
  color:#666666;
	text-align:center;
}

#copyright a {
	color:#666666;
}