body {

	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;

}

a {

	text-decoration: none;

}

a:link {

	color: #0099CC;

}

h1 {
	
	font-size: 1.6em;
	
}

h2 {
	
	font-size: 1.1em;

}

img {

	border: 1px solid;
	margin: 10px;

}

#printheader {

	border-style: none;

}

#header img {
	
	display: none;

}

#nav {
	
	display: none;
	
}

#main {

	float: left;
	width: 60%;

}

#panel {
	
	float: right;
	padding-top: 10px;
	text-align: center;
	width: 35%;

}

#capsule-breaker {

	clear: both;

}

#footer {
	
	font-size: 0.8em;
	text-align: center;
	
}

.mainheading {
	
	display: none;

}