
Body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}
.TableHeader {
	font: bold small-caps normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFDFDF;
}
.BottomBorder_GraySolid {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.TableCell {
	font: normal 12px Arial, Helvetica, sans-serif;
}
.MainTable {
	border-color: #CC0000;
	border-style: solid;
	border-size: 4px;
	background-color: #FFFFFF;
	padding:10px;

}
.FormLabel {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFD9D9;
	text-align: right;
	display: table-cell;
	padding: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.FormDataCell {
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.FormEmphasis {
	font: italic lighter 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 1px;
}
.SubHeading {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
