@charset "utf-8";
body {
	background-image: url(images/bodybg.jpg);
}
table {
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/tablebg.jpg);
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #CC3366;
	height: 2px;
	margin-top: 30px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC3366;
	height: 10px;
}
h2 {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3366;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #CC3366;
	vertical-align: top;
}
img {
}

td {
	vertical-align: top;
}

