table.incentives {
	color: #1e3356;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}



table.incentives tr th {
	font-weight: 900;
	
}

table.incentives tr td,th {
	border: solid 1px white;
	border-spacing: 0px;
	padding: 5px;
}
th {
    border: none;
}

table.incentives tr td a {
	color: #008200;
}

.incentives .blue {
	background-color: #cedfff;
}

.grey {
	background-color: #efebef;
}

table.incentives tr.topborder td,table.incentives tr.topborder th {
	border-top: solid 1px black;
}

div.incentive {
	
}

#TB_window {
	background-color: white;
	border: solid 1px #aaa;
	z-index: 999;
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-family: Arial;
}

#notfound {
	margin: 10px;
	border: 1px solid #aaa;
	text-align: center;
	padding: 20px;
}