/* General Text Definitions */

header {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #666666;
}

.Subheader {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #8D816D;
}

.location {
	font-size: 11px;
	font-weight: bold;
	color: #252D3A;
}

/* Tabular Data Style */
.tableheader {
	background-color: #858585;
	font-weight: bold;
	color: #FFFFFF;
}

.regular1 {
	background-color: #f4f2ed;
}

.regular2 {
	background-color: #eeeae1;
}

.totals {
	background-color: #b0b0b0;
	font-weight: bold;
	color: #FFFFFF;
}

.hotlist-head { background-color: #4B5B75 }
.hotlist { background-color: #9AA3B2 }
.selected { background-color: #F4F1D7 }
.sorted { background-color: #FFFFFF }


.square { background-color: #FFFFFF; border: 1px solid #727272; margin: 2; padding: 2 5 2 2; }
.tableheader2 { background-color: #BEBEBE; font-weight: bold }
.regular3 { background-color: #F5F5F5 }


