body 		{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: normal; 
	color: #000000; 
	background-color: #FFFFFF
	height:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; 
} 
#mainTable {
/* this next line centers tables BTW, I just added it because the center attribute is also depreciated */
margin: auto;
height: 100%;
width: 100%;
}
.textbox   	{ color: #000000; font-size: 11px; text-align: left; vertical-align: middle; border: 1px #993300 solid; 
		height: 20px; background-color: #CCCCCC
}
.textblock  { color: #000000; font-size: 11px; text-align: left; vertical-align: middle; border: 1px #993300 solid; 
		background-color: #CCCCCC
}
.button  	{
	color: #FFFFFF;
	font-size: 11px;
	background-color: #990000;
	border-top-width: 2px;
	padding: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #CCC;
	cursor: hand;
	text-decoration: none;
}
p 		{ font-size: 12px; font-weight: normal; list-style-type: circle; color: #000066; 
}
h1		{ font-size: 24px; font-weight: normal; color: #669966
}
h2		{ font-size: 20px; font-weight: normal; color: #CC3333;
}
h3 		{ font-size: 18px; color: #CC3333;
}
h4 		{ font-size: 16px; color: #990000; font-weight: bold
}
h5 		{ font-size: 14px; color: #FFFFFF;
}
h6 		{ font-size: 10px; color: #000066; font-weight: normal
}
.tbl 		{ font-size: 11px; line-height: normal; font-variant: normal; color: #000000;
}
.fld 		{ font-size: 12px; color: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; 
		border-bottom-width: 1px; border-left-width: 1px
; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px
}
.tblsmall {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #CC3300}
ul {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal}
li {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; font-weight: normal}
.rotate {
	filter: revealTrans(duration=2,transition=12);
}
.silverspecials {
	font-family: Verdana, Tahoma, Arial, Switzerland, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000;
	padding: 5px;
}
.newsbox {
	font-family: Verdana, Tahoma, Arial, Switzerland, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: auto;
	border: 1px dotted #F00;
}
p a:hover 	{COLOR: #990000; TEXT-DECORATION: none;
}
p a:link 	{
	COLOR: #990000;
	TEXT-DECORATION: none;
}
a		{COLOR: #990000; 
}
	
