body {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(/img1/carbonbkg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


input, textarea, select{
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.imgb {
	border: 2px solid #FFFFFF;
}
.imgn {
	border: 2px solid #000000;
}
.hidden {
display:none;
}
.show {
display:inherit;
}
a:visited, a:active, a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}hr {
	clear: both;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
