body {
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../artwork/bg.gif);




}
.shadow {
	background-image: url(../artwork/shadow.gif);
	background-repeat: repeat-y;
}
.text {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #666666;
}
