body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background-image:url(../images/back.gif);
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #676767;
	font-size:11px;
}
.headLink {
	font-weight: bold;
	padding-left:10px;
}
.a1 {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
.whiteHeader {
	font-size: 14px;
	font-family: 'Futura Bk BT';
	padding-left:10px;
}
input {
	font-size: 12px;
	color: #999;
	width:100%;
	height:16px;
}
.search #button {
	background-color: #333;
	height: 20px;
	width: 100%; color:#FFF; 
	text-decoration:none; 
}
.search #button2 {
	background-color: #333;
	height: 20px;
	width: 100%; color:#FFF;
}
td.menu {
	padding:10px;
}
.bottomMenu {
	font-size: 10px;
	color: #000;
}
.blue {
    color: #09C;
    text-decoration:none;
}

.search #select {
	font-size: 10px;
	color: #999;
	width:100%;
	height:20px; 
	border:0;
}
td.search {
	padding:20px;
}
.hidden {
	display: none;
}
.listLinks {
	color: #00f;
	text-decoration: underline;
}
.warning {
	color: #f00;
}

.thinBorderButton {
	border: solid thin #000000;
	font-size: 12px;
	color: black;
}
