@media print {
	.screenonly {display:none;}
}
@media screen {
	.printonly {display:none;}
}

html,body {
	background-color:#0b4599;
	color:#ffffff;
	font-size: 14;
	font-family: verdana, sans-serif;
}
td#layout_top {
	background-color:#ffffff;
	background-image: url('../img/bg_top.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
td#layout_middle {
	background-image: url('../img/bg_middle.gif');
	background-repeat: repeat-x;
	background-position: top;
}
td#layout_body {
	background-image: url('../img/bg_fish.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}
td#layout_bottom {
	background-color:#ffffff;
	background-image: url('../img/bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10;
	color:#000000;
}
h1 {
	font-size: 20;
}
a {
	color:#9bc1f8;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
li {
	margin-top:10px;
	margin-left: 20px;
	list-style-image: url(../img/bullet.gif);
}
p {
	text-indent: 10px;
}
p.noindent {
	text-indent: 0px;
}
p#contacts {
	font-size: 10;
	color:#000000;
}
.givemespace {
	margin: 5px;
}