body {
	background-color: #FFF;
	background-image: url(blue_white_gradient.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.center {
	text-align: center;
	font-weight: bold;
	color: #F00;
	font-size: medium;
}
.rText {
	font-weight: bold;
	font-size: medium;
	color: #F00;
	text-align: center;
}
.cursor {
	cursor: pointer;
}
.footer {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
}
