/* Copyright 2005 March 4th Software, All Rights Reserved */

body {
	background: #fff none repeat;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	text-align: justify;
}

th {
	font-weight: bold ;
	vertical-align: bottom;
	text-align: center;
}

h2 {
	font-size: 1.3em;
	text-decoration: underline;
}

h3 {
	font-size: 1.2em;
}

hr {
	height: 1px;
	color: #00c;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul {
	list-style-type: square;
}

ul.dot {
	list-style-type: circle;
	margin-top: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

ol {
	list-style-type: decimal;
}

#logo {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 1px;
	width: 190px;
	height: 95px;
}

img {
	border-style: none;
}

#rocks {
	display: none;
}

.rightImage {
	float: right;
	margin: 1em;
	border: thick outset;
}

p.footer {
	display: none;
}


.menu {
	display: none;
}

.initfade {
	display: none;
}

.postfade {
	color: #000;
	display: block;
}

.printonly {
	display: block;
}

.noprint {
	display: none;
}

a:link,
a:visited {
	background: #fff;
	color: #00c;
	text-decoration: underline;
}

a:hover,
a:active {
	background: #fff;
	color: #000;
	text-decoration: none;
}
