a:link, a:visited {
	color: #ffffff;
	text-decoration : none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
body, table {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	overflow: hidden;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
input, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.case_study:link, a.case_study:visited, .case_study {
	color: #ff0000;
	text-decoration: none;
}
a.case_study:hover {
	color: #ff0000;
	text-decoration: underline;
}
table.content {
  background-color: #ffffff;
	color: #000000;
	border: 0;
	height: 570px;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	width: 650px;
}
td.content {
  background-color: #000000;
	color: #ffffff;
}
.background {
	background-color: #666666;
	border: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}
.button {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	width: 50px;	
}
.footer {
	font-size: 10px;
	text-align: center;
}
.print {
	display: none;
}
.textbox {
	margin: 5px;
	height: 135px;
	overflow: auto;
	padding-right: 5px;
	position: relative;
	width: 380px;
	z-index: 1;
}
.vertical-navigation ul {
	vertical-align: baseline;
	font-size: 14px;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
	width: auto;
}
.vertical-navigation li {
	border-bottom: 1px solid #ffffff;
	list-style: none;
	margin: 0;
	padding: 3px 3px 3px 3px;
}
.vertical-navigation a {
	color: #ffffff;
	padding-left: 10px;
	text-align: left;
}
.vertical-navigation a:hover, .vertical-navigation a#current {
	border-bottom: 1px solid #ffffff;
	background: url(http://www.interior-options.com/images/pointer.gif) right center no-repeat;
	padding-right: 20px;
	text-decoration: none;
}