.odd {
	background-color: #80FFFF;
}
.even {
	background-color: #00FFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0033FF;
}
h2 {
	font-size: 14pt;
}
.white {
	background-color: #FFFFFF;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #0000CC;
}
p {
	font-size: 10pt;
	text-align: justify;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0000FF;
	background-color: #80FFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
body {
	background-image:  url(images/carnBg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0033FF;
}
h3 {
	font-size: 16pt;
	padding: 0px;
	top: 0px;
}
