/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background: #555c55;
  	margin: 5px;
  	padding: 5px;
  	border: 5px;
  	left: 5px;
  	top: 5px;
}

P { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 12px; font-weight: normal; font-style: normal;}
li { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 12px; font-weight: normal; font-style: normal;}

A:link {text-decoration: underline; color: #336600;}
A:visited {text-decoration: underline; color: #336600;}
A:active {text-decoration: underline; color: #336600;}
A:hover {text-decoration: underline; color: #000000;}

A.small:link {text-decoration: none; color: #336600; font-weight: normal; font-size: 10px;}
A.small:visited {text-decoration: none; color: #336600; font-weight: normal; font-size: 10px;}
A.small:active {text-decoration: none; color: #336600; font-weight: normal; font-size: 10px;}
A.small:hover {text-decoration: underline; color: #000000; font-weight: normal; font-size: 10px;}

A.nav:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px;}
A.nav:visited {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px;}
A.nav:active {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px;}
A.nav:hover {text-decoration: underline; color: #FF9900; font-weight: bold; font-size: 12px;}

A.snav:link {text-decoration: none; color: #FFFFFF; font-weight: normal; font-size: 12px;}
A.snav:visited {text-decoration: none; color: #FFFFFF; font-weight: normal; font-size: 12px;}
A.snav:active {text-decoration: none; color: #FFFFFF; font-weight: normal; font-size: 12px;}
A.snav:hover {text-decoration: underline; color: #FF9900; font-weight: normal; font-size: 12px;}

.header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFA700;
}
.subheader {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
}
.saleprice {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}
.smallsub {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}
.normaltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.navtext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.smalltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.boldnav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}






/* tables */

.maintable {
	border: 1px #000000 solid;
	background-color: white;
	width: 968px;
}

.smalltable {
	border: 1px #666666 solid;
	background-color: #D2BCB0;
	width: 210px;
}

  img.g53 {/* scalable em 53 */
  width: 8.3em;
  height: 8.3em;
  }

td.right {
  border-right: 2px solid #FFFFFF;
}

  img.g50 {/* scalable em 50 */
  width: 5.0em;
  height: 5.0em;
  }

.listbox {
  border: 1px #000000 solid;
  background-color: #ff9900;
  font-size: 10px;
  width: 160px;
  color: #FFFFFF;

}