 .nav, .menu, .infobox

{

	
	border:#EB870F solid 1px;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	

	<!--i was going to use css to set the anchors, but no dice with FireFox---->

	<!--width:130px;--> 

	<!--padding-left:6px;-->

}
.infobox
{
 	color:#8F4304; 
	padding-left:8px;
	padding-right:8px;
}
 .nav, .menu
 {
	 width:79px;
	 background-color:#ffffef;
	 font-size:9pt;
	 font-family:verdana;
	 cursor:pointer;
	 color:#BF5506;
 }
.nav	a
{
	text-decoration:none;
	color:#BF5506;

}
 
.portrait
{
	border:1px solid #333333;
}
.navchoice
{
	<!--of the depricated variety---->	
	border:solid 1px #BF5506;
	width:79px;
	text-align:center;
	color:#d2691e;

}
.bigorange
{
	color:#d2691e;
	font-family:arial;
	font-weight:bold;
	font-size:12pt;

}
.heavy
{
	color:#666666;
	font-family:arial;
	font-weight:bold;
	font-size:12pt;
}
.liteheavy
{
	color:#999999;
	font-family:arial;
	font-weight:bold;
	font-size:12pt;
}
.lite
{
	color:#999999;
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
}
.dark
{
	color:#333333;
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
}
 
.btn
{
	cursor:pointer;

}
td,body
{
	font-family:arial;
	font-size:10pt;
	 
}
a
{
	color:#d2691e;

}
th
{
	font-size:10pt;
}
 .footer
{
	color:#cccccc;
	font-size:8pt;

}