/* CSS Document */
a:link {text-decoration: underline;
	color: #FF9900;} 
a:active {text-decoration: underline overline; 	
	color: #FF0000;} 
a:visited {text-decoration: none;
	color: #CC9900;} 
a:hover {color: #FF0000;
	text-decoration: underline}
body {
	background-color: #000000;
	background-attachment: fixed;
	color: #F4D600;
	margin: 0px;
	background-image: url(../imagebg/bwatertile.jpg);
}
/*redefined tags above, new styles below*/
.shad {cursor: auto;
	filter: Shadow(Color=776D87, Direction=right);}
.adtable {
	margin: 4px;
	border-top: medium ridge #FFFFFF;
	border-right: medium ridge #FFFF99;
	border-bottom: medium ridge #996600;
	border-left: medium ridge #FFCC33;
	filter: Shadow(Color=776D87, Direction=right);}
.footer {background-image: url(../imagebg/bgrnstone.jpg);
	background-color: #336600;}
.info3 {background-color: #E4E4C9;
	background-image: url(../imagebg/bparchmt2.jpg);}
/*big styles above, detail styles below*/
.bord {
	border: medium outset #999999;
}
.bordthin {
	border: thin solid #330000;
}
.brownframe {
	background-color: #442622;
}

