body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	text-align:center;
	min-width:700px;
	background:#000000;
}
a:link, a:visited, a:active{
	color:#005E96;
	text-decoration:none;
}
a:hover{
	color:#005E96;
	text-decoration:underline;
	cursor:hand;
}
div #container{
	position:absolute;
 	margin:0 auto;
 	max-width:900px;
	min-width:700px;
	text-align:left;
}
.header{
	max-width:900px;
	min-width:700px;
	margin:0 auto;
	border:1px #6f6f6f dotted;
	border-bottom:none;
	background:#171717 url(img/menuBak.jpg) top left no-repeat;
	height:150px;
	vertical-align:top;
}
.nav a:link, a:visited, a:active{
	text-decoration:none;
}
.nav a:hover{
	text-decoration:underline;
}
.nav{
	float:right;
	margin-top:75px;
	margin-right:0px;	
}
.results{
	min-width:700px;
	max-width:900px;
	margin:0 auto;
	border:1px dotted #6f6f6f;
	border-top:none;
	background:#222;
}
.results h2{
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.results .message{
	text-align:left;
	font-size:10px;
	border:#6f6f6f solid 1px;
	width:90%;
	padding:3px;
	margin:-10px auto;
	background:#aa0000;
}
	/* for tables which list info */
.formTable{
	width:90%;
	margin:0 auto;
}
.formTable a{
	display:inline;
}
.formTable input, select, textarea{
	background:#333;
	border:1px dotted #6f6f6f;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.formTable .tableHead{
	background:#000;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:3px;
}
.formTable .tableRow1{
	background:#333;
	padding:1px;
}
.formTable .tableRow2{
	background:#111;
	padding:1px;
}
.formTable .blank{
	background:none;
}
.spacer{
	padding:4px;
}
.infoCell{
	font-size:11px;
	text-align:left;
	padding-left:5px;
	vertical-align:middle;
}
.priceCell{
	font-size:11px;
	text-align:right;
	padding-right:5px;
	vertical-align:middle;
}
.titleCell{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding-right:15px;
	vertical-align:middle;
}
.formTable button{
	background:#121212;
	text-align:center;
	vertical-align:middle;
	font-weight:bolder;
	font-size:9px;
	text-transform:uppercase;
	color:#aa0000;
	width:78px;
	height:19px;
	border:1px inset #999999;
	margin-top:3px;
}
/* fake buttons, for when i can't use a form
but i want to match the link to the button.
*/
.buttonDiv{
	background:#121212;
	text-align:center;
	vertical-align:middle;
	font-weight:bolder;
	font-size:11px;
	text-transform:uppercase;
	height:16px;
	border:1px solid #999999;
	margin-top:3px;
	float:right;
	padding:2px 15px 0px 15px;
	color:#aa0000;
	text-decoration:none;
}
a.buttonDiv:link, a.buttonDiv:active, a.buttonDiv:visited{
	color:#aa0000;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bolder;
	text-decoration:none;
}
.blank{
	text-align:right;
	font-weight:bold;
}
.tableCell{
	display:inline;
	width:5%;
	height:20px;
	border:1px solid #9f9f9f;
	position:relative;
}
