body {
  font-family: Century Gothic;
  background-image: url(images/bg.jpg);
  background-position: center left;
  margin: 0;
  font-size: 10px;
  scrollbar-3dlight-color:#666666; 
  scrollbar-arrow-color:#999999;
  scrollbar-base-color:#333333;
  scrollbar-darkshadow-color:#333333;
  scrollbar-highlight-color:#333333;
  scrollbar-shadow-color:#666666;
}
.testScrollbars
{
	scrollbar-base-color:#333333;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
}

textarea, input, button {
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #555555;
	font-family: Century Gothic;
	font-size: 10px;
	width: 200px;
}

SELECT
{
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #555555;
	font-family: Century Gothic;
	font-size: 10px;
}

.background {
	background-image: url(images/bg_middle.jpg);
}

.margin {
	padding: 5px 5px 5px 5px;
}

.heading {
	font-size: 12px;
}

.other {
	font-family: Century Gothic;
	font-size: 14px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}