body {
	background-image: url(background.gif);
}
.headerText {
	color: #666666;
	font-size: 13px;
}
.title {
	background-image: url(header.gif);
	height: 83px;
	width: 650px;
	font-weight: bolder;
	text-align: center;
	color: #97003D;
	font-size: 25px;
	padding-top: 20px;




}
.itemTitle {
	color: #569F20;
	font-size: 13px;
	border-top: 1px dotted #FF6600;
	border-right: #FF6600;
	border-bottom: #FF6600;
	border-left: #FF6600;
	vertical-align: middle;
	padding: 10px;

}
.itemContent {
	font-size: 13px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	padding: 10px;
}
.itemTable {
	font-size: 13px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding: 10px;
}
.copyright {
	color: #999999;
	font-size: 13px;
}
.subtitle {
	font-weight: bolder;
	color: #88A916;
	font-size: 15px;
}
td {
	font-size: 13px;
	color: #666666;
}

