.border_top {
	background-image: url(images/edge_t.gif);
	background-repeat: repeat-x;
}
.border_bottom {
	background-image: url(images/edge_b.gif);
	background-repeat: repeat-x;
}
.border_left {
	background-image: url(images/edge_l.gif);
	background-repeat: repeat-y;
}
.border_right {
	background-image: url(images/edge_r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.box_bg {
	background-image: url(images/box_bg.gif);
	background-repeat: repeat;
}
.mainBox {
	background-image: url(images/box_bg.gif);
	background-repeat: repeat;
	padding: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #3366FF;
	text-align: center;
}
h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
}
a {
	color: #CC3300;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.tableData {
	padding: 10px;
}