body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.mainMenuItem {
	text-align: right;
	padding-top: 16px;
}
.mainMenuLink {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.mainMenuLink:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.subMenuItem {
	text-align: right;
	padding-top: 5px;
	font-size: 9px;
}
.subMenuLink {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.subMenuLink:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.dividerCellTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EEEEEE;
}
.paddedCell {
	padding: 5px;
}
.previewImage {
	border: 1px solid #DDDDDD;
	cursor: hand;
}
.smallTxt {
	font-size: 9px;
	color: #999999;
	line-height: 14px;
}
.itemTitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.itemMoreLink {
	font-size: 9px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.chapterTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 10px;
	text-decoration: underline;
}
.listItem {
	line-height: 18px;
	list-style-position: outside;
	list-style-image: url(../images/listitem.gif);
}
