@charset "utf-8";
.footPrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
.topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #dbd8c9;
	vertical-align: bottom;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.alertMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
.contentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.contentBoldLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.downBorderLine {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.topBottomBox {
	background-color: #cdc7b7;
}
.midBox {
	background-color: #32373b;
}
.topBackgroundColourTop {
	background-color: #22262a;
}
.topBackgroundColourLeft {
	background-color: #22262a;
}
.topBackgroundColourRight {
	background-color: #22262a;
}
.bottomBackgroundColour {
	background-color: #32373b;
}
.midContentBackgroundColour {
	background-color: #ebe9dd;
}
