/* CSS Document */html{		background-color:#111111;	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	color: #000000;		}/*holds the website*/#container{	position:relative;	left:0px;	top:0px;	width:784px;	overflow:auto;		text-align:left;	border: 2px solid #474747;	background-color:#FFFFFF;	margin: 10px 0 10px 0;}/*content area in the site (under the banner and menu)*/#intconainer{	margin: 10px 10px 10px 10px;}/*section above the webs page where the ads go*/#topadbanner{	position:relative;		width:784px;	text-align:left;}/*bottom navigation*/#bottomnav{	position:relative;		width:784px;	text-align:left;}/*side bar were the google ads are*/#googleads{	float:right;	width:100px;}table{	border: none;}td.listtbl{	border-bottom:1px solid #474747;}select{	font-size:11px;	border: 1px solid #474747;	color: #191919;	}.headerbar{	background-color:#0A50FF;	width: 600px;	height:20px;	text-align:left;	margin:5px 0 5px 0;	padding:2px 0 2px 0;}.greybar{	background-color:#333333;	width:784px;	height:10px;	}.adbox{	border:1px solid #474747;	margin: 0 0 5px 0;	height:85px;	width: 80px;	font-size:9px;	text-align:center;}/*********image sizes**********//*small images that go in the little ads*/img.adpic{	width:80px;}/*small images that go in the search list*/img.listpic{	width:150px;	border:1px solid #474747;}img.detailpic{	width:400px;	border:1px solid #474747;}img.thumb{	width:80px;	border:1px solid #FFFFFF;}/***********************text and form styles************************/input{	font-size:11px;	border: 1px solid #474747;}h1{	font-size:20px;	color:#0A50FF;}h2{	font-size:11px;	color:#0A50FF;}.detailtxt{		font-weight:bold;}.bluetext{	font-size:11px;	color:#0A50FF;}p{		margin: 0px 0 5px 0px;	}/*****regular links*****/a:link /* unvisited link */{	color: #191919;		text-decoration:none;}     a:visited /* visited link */{	color: #191919;		text-decoration:none;	}  a:hover  /* mouse over link */{	color: #0A50FF;		text-decoration:none;}  /*****bottom navigation links*****/a.bottomnav:link /* unvisited link */{	color: #FFFFFF;	font-size:9px;}     a.bottomnav:visited /* visited link */{	color: #FFFFFF;	font-size:9px;}  a.bottomnav:hover  /* mouse over link */{	color: #0A50FF;	font-size:9px;}  /*****bluelinks*****/a.bluelink:link /* unvisited link */{	color: #6590FB;	}     a.bluelink:visited /* visited link */{	color: #6590FB;	}  a.bluelink:hover  /* mouse over link */{	color: #0A50FF;	}  