body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding:1em 0;
	text-align:center;
}
h1 {
	font-size: xx-large;
	color: #800080;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #DF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3399;
}
a:hover {
	text-decoration: underline;
	color: #DF0000;
}
a:active {
	text-decoration: none;
	color: #DF0000;
}
.FloatRight {
	float:right;
	margin:0px 0px 0px 20px;
	padding:0;
	text-align:center;
	font-size:9px;
}
.FloatRight img {
	padding-bottom:3px;
}
.FloatLeft {
	float:left;
	margin:0px 20px 0px 0px;
	padding:0;
	text-align:center;
	font-size:9px;
}
.FloatLeft img {
	padding-bottom:3px;
}