.thumbLeft {
	float: right;
	margin-right: 10px;
	margin-bottom: 8px;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
}
body {
	background-image:  url(graphics/bg.gif);
	background-color: #CC99C8;
	background-attachment: fixed;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
}
a:link {
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
a:visited {
	color: #663366;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #990066;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #663366;
	font-weight: bold;
	text-decoration: none;
}
#header {
	background-image: url(graphics/header.gif);
	margin: 0px;
	padding: 0px;
	height: 151px;
	width: 700px;
	background-repeat: no-repeat;
}
