@charset "utf-8";
/* CSS Document */

.table-border {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.table-header {
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}
.table-header a, .table-header a:link, .table-header a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
.table-header a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.table-header2 {
	background-color: #6699CC;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}
.table-sep {
	background-color: #9E9E9E;
}
.table-subheader {
	background-color: #9E9E9E;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
}
.table-subheader a, .table-subheader a:link, .table-subheader a:visited {
	color: #FFFF99;
	text-decoration: none;
}
.table-subheader a:hover {
	text-decoration: underline;
	color: #D8E4F1;
}
.table-subheader2 {
	background-color: #9E9E9E;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
}
.table-subheader3 {
	background-color: #CC3300;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.table-details {
	background-color: #F4F4F4;
	color: #000000;
}
.tablebg-wht {
	background-color: #FFFFFF;
}
.tablebg-grey {
	background-color: #EFEFEF;
}
.tablebg-blk {
	background-color: #000000;
}