body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-variant: normal;
	color: #333333;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #DFDFDF;
	margin: 0px;
}
.outertable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 1px;
}
.copyright {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
.box-topleft {
	background-image: url(images/box-topleft.jpg);
	background-repeat: no-repeat;
	width: 26px;
	height: 25px;
}
.box-left {
	background-image: url(images/box-left.jpg);
	background-repeat: repeat-y;
}
.box-bottomleft {
	background-image: url(images/box-bottomleft.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 26px;
}
.box-bottom {
	background-image: url(images/box-bottom.jpg);
	background-repeat: repeat-x;
	height: 28px;
}
.box-top {
	background-image: url(images/box-top.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.box-topright {
	background-image: url(images/box-topright.jpg);
	height: 25px;
	width: 26px;
	background-repeat: no-repeat;
}
.box-right {
	background-image: url(images/box-right.jpg);
	background-repeat: repeat-y;
	width: 26px;
}
.box-bottomright {
	background-image: url(images/box-bottomright.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 26px;
}
.mainheading {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.box-maintext {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.box-maintextsmall {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
}
.tabletext {
	font-size: 10px;
	color: #000000;
}
.tableheader {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}
.alternatecell {
	background-color: #DFF7FF;
}
