body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
p, td {
	font-family: Verdana, Arial;
	font-size: 12px;
}
a {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.topback {
	background-image: url(images/topback.gif);
	background-repeat: repeat-x;
}
.leftside {
	background-image: url(images/leftside.gif);
	background-repeat: repeat-y;
}
#copyright {
	padding: 2px;
	border: thin dotted #666699;
	text-align: center;
}
#copyright p {
	font-size: 12px;
	font-family: Arial, Verdana;
}