td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.lightingdesign {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.lighting {
	padding-top: 14px;
	padding-right: 30px;
	padding-left: 30px;
}
a {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
h1, h2 {
	font-size: 12px;
}
.lighting2 {
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 30px;
}
body {
	scrollbar-3d-light-color : #E7E7E7;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #D8D8D8;
	scrollbar-dark-shadow-color : #CCCCCC;
	scrollbar-face-color : #D8D8D8;
	scrollbar-highlight-color : #EAF1F8;
	scrollbar-shadow-color : #CCCCCC;
}
/* Scroller CSS */
div.tableContainer {
	clear: both;
	height: 333px;
	overflow: auto;
	width: 100%
}
html>body div.tableContainer {
	overflow: hidden;
	width: 100%
}
div.tableContainer table {
	float: left;
	width: 100%
}
html>body div.tableContainer table {
	width: 100%
}
thead.fixedHeader tr {
	position: relative
}
html>body thead.fixedHeader tr {
	display: block
}
thead.fixedHeader th {
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	display: block;
	text-decoration: none;
	width: 100%
}
html>body tbody.scrollContent {
	display: block;
	height: 333px;
	overflow: auto;
	width: 100%
}
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	padding: 2px 3px 3px 4px
}
tbody.scrollContent tr.alternateRow td {
	padding: 2px 3px 3px 4px
}
