
/* Generic stylesheet, which makes no assumptions about base font size.  These rules are used unless
a more specific stylesheet is selected by Javascript */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	line-height : 115%;
}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	line-height : 115%;
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	line-height : 115%;
}
th { font-family: verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size: 95%;
	line-height : 115%; }

pre	 { font-family: courier, serif; }

h1, h2 { font-family: verdana, arial, helvetica, sans-serif; }
h3, h4, h5, h6 { font-family: verdana, arial, helvetica, sans-serif; font-size: 100%; }

.cssRGBnngroup	{ color:#993300; }
.cssRGBuseit	{ color:#003366; }
.csspullquoteuseit { color: #003366; font-style: italic; font-size: 140% }
.cssRGBasktog	{ color:#999966; }
.cssRGBjnd	{ color:#006600; }

.cssSmall	{ font-size: 90% }
.cssSmallGray	{ font-size: 90%; color: #999999;  }
.cssHdrLink	{ font-size: 90%; }
.cssNavLink	{ font-size: 90%; }
.cssSiteName	{ font-size: 115%; }
.cssTagline	{ font-weight: bold; color: #FFFFFF; }
.cssPrehead	{ margin-bottom: -2ex ; }
.cssPosthead	{ font-size:80%; font-weight:100; font-style:italic; }

.cssNavBar {  }

.cssPCenter {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	line-height : 115%;
	text-align : center;
}
/* adapted from BESS */
.sectionhead {
	BACKGROUND-COLOR: #336699;
	COLOR: #ffffff;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
}
.sectionheadleft {
	BACKGROUND-COLOR: #336699;
	COLOR: #ffffff;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
}
.sectionheadright {
	BACKGROUND-COLOR: #336699;
	COLOR: #fffff0;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: right;
}
.cssAuctionType	{
	font-size: 125%;
	color : #336699;
	font-weight : bold;
	text-align : center;
	line-height : 125%;
}
.cssAuctionSubtype	{
	font-size: 115%;
	color : #336699;
	font-weight : bold;
	text-align : center;
	line-height : 110%;
}
.cssAuctionFeature	{
	font-size: 115%;
	color : #339966;
	font-weight : bold;
	text-align : center;
}
.cssAuctionLocation	{
	font-weight : bold;
	text-align : center;
	font-size : 95%;
}
.cssAuctionFooter {
	text-align : left;
	font-style : italic;
	font-size : smaller;
	line-height : normal;
}
.cssAuctionText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height : 125%;
	text-align : left;
}
.cssSold {
font-weight : bold;
	color : red;
}
.cssPriorEvent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight : bold;
	color : #000099;
}
.cssPriorText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.cssBidTable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #336699;
	border-collapse:collapse;
}


