/*
  housestyle.css,v 1.0.1 2006/10/11

  Bitnetics house style
  bitnetics.com

  Copyright (c) 2006 Bitnetics
*/

BODY {
	background: #CCCCCC url(../img/background.jpg);
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A {
  color: #FF6600;
  text-decoration: none;
}

A:hover {
  color: #FF6600;
  text-decoration: underline;
}

.btxfooter {

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
}

.btxtableheader {
	font-weight: bold;
	color: #FF6600;
}

td, textarea, select, input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
