body {
	background: #CCCCCC url(images/bgfade.jpg) repeat-y right;
}

.tablebody {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-weight: normal;
	font-size: 12px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.contenttable {
	}
p:hover {
	background-color: #CCCCCC;
	cursor: default;
}
