body {
	background-image: url(images/background.gif);
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}

.blueBold {
	color: #537EBC;
	font-weight: bold;
}

a:link {
	color: #537EBC;
	text-decoration: none;
}
a:visited {
	color: #537EBC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #537EBC;
	text-decoration: none;
}
