﻿body {
	margin: 0;
	font-family: Tahoma;
	font-size: 10pt
}

.textTitle {
	font-size: 12pt;
	font-weight: bold;
	color: White
}

.textGray {
	font-size: 8pt;	
	font-weight: lighter;
	color: #777777
}

.textBold { font-weight: bold }

.padding {
	padding-left: 5px;
	padding-right: 5px
}

.tableGrid { border-collapse: collapse; }

.cellPadding { width: 30px }

.backgroundOrange { background-color: #f58220 }

.backgroundGray { background-color: #f7f6f3 }

.highlight { color: Blue }

.headerRow {
	font-weight: bold;
	color: White;
	background-color: #d2691e;
}

.dataRow { background-color: #ffefd5 }

.alternatingRow { background-color: #fffaf0 }

