
@media print {
	.screenonly {
		display: none;
	}
}

@media screen {
	.printonly {
		display: none;
	}
}


body {
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
}
A {
	color: #000096;
	text-decoration: none;
}
A:hover {
	color: #000000;
	border-bottom: 1px solid;
	border-color: #8b8b8b;
}
hr {
	margin-left:20px;
	margin-right:20px;
	margin-top: -5px;
	border: 0px;
	color: #8b8b8b;
	background-color: #8b8b8b;
	height: 3px;
}
.title {
	margin-left:20px;
	margin-right:20px;
	font-size: 28px;
	font-family: arial;
	font-weight: bold;
	color: #000096;
}
p {
	margin-left:20px;
	margin-right:20px;
	text-indent: 15px;
	font-size: 16px;
	font-family: arial;
	color: #505050;
}
p.headline {
	font-size: 14px;
}
p.smalltitle {
	position: relative;
	top: 5pt;
	text-indent: 0px;
	font-size: 14px;
	font-weight: bold;
}
p.noindent {
	text-indent: 0px;
}
.copyright {
	font-size: 12px;
	font-family: arial;
	color: #505050;
}