/* Bruce's CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

body {
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center 35px;
	height: 1000px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.footy a:link {
	color: #999999;
	text-decoration: none;
}
.footy a:visited {
	text-decoration: none;
	color: #999999;
}
.footy a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.footy a:active {
	text-decoration: none;
	color: #999999;
}

.table_interface {
	width: 600px;
	height: 525px;
	background-image: url(../images/interface.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #CCCCCC;
}

.table_menu {
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
}

.footy {
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	color: #999999;
}

.button {
}

.picx {
	padding: 5px
}

.text_small {
	font-size: 10px;
}
