/* stylesheet.css */  

/*Body Styles*/
body {
	background-color: #565656;
	background-image: url(images/bkg.gif);
	background-position: top center;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {font-size:15pt}
h2 {font-size:12pt; margin:0}

body,td,th {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 9pt;
}

/*Subhead Style*/
.subhead {
	 font-family:"Trebuchet MS";
	 color: #dd7b1a;
	 font-weight: bold;
	 font-size: 13pt;
	 font-style: normal;
}

.subredhead {
	 font-family:"Trebuchet MS";
	 color: #FF0000;
	 font-style: oblique;
	 font-weight: bold;
	 font-size: 20pt;
}

.biglogin {
	 font-family:"Trebuchet MS";
	 color: #dd7b1a;
	 font-weight: bold;
	 font-size: 16pt;
	 font-style: normal;
}

.boldheader {
	 font-family:"Arial";
	 color: #FFFFFF;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 14px;
}

.boldheader17 {
	 font-family:"Arial";
	 font-style: normal;
	 font-weight: bold;
	 font-size: 17px;
}

.boldredheader {
	 font-family:"Arial";
	 color: #FF0000;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 14px;
}

.boldgreenheader {
	 font-family:"Arial";
	 color: #00CC00;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 14px;
}

.boldblueheader {
	 font-family:"Arial";
	 color: #0033FF;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 14px;
}

.blueheader {
	 font-family:"Arial";
	 color: #0033FF;
	 font-style: normal;
	 font-size: 12px;
}

.goldboldheader {
	 font-family:"Arial";
	 color: #ffcc33;
	 font-weight: bold;
	 font-style: normal;
	 font-size: 12px;
}

.subhead2 {
	 font-family:"Trebuchet MS";
	 color: #000000;
	 font-weight: bold;
	 font-size: 13pt;
}

.normheader {
	 font-family:"Arial";
	 color: #dd7b1a;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 14px;
}

.normheaderblack {
	 font-family:"Arial";
	 color: #000000;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 16px;
}

.normheaderwhite {
	 font-family:"Arial";
	 color: #FFFFFF;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 16px;
}

.normfont {
	 font-family:"Arial";
	 color: #000000;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 11px;
}

.normfontbold {
	 font-family:"Arial";
	 color: #FFFFFF;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 11px;
}

.normfontblack {
	 font-family:"Arial";
	 color: #000000;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 11px;
}

.normfontboldblack {
	 font-family:"Arial";
	 color: #000000;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 11px;
}

/*Body Text Style*/
.ttitle {
	 font-family:"Arial";
	 font-style: normal;
	 font-weight: bold;
	 font-size: 20px;
}

.bodytext {
	font-family:"Trebuchet MS";
	font-size: 10pt;
}

.bodytext8 {
	font-family:"Trebuchet MS";
	font-size: 8pt;
}

.bodytext-white {
	font-family:"Trebuchet MS";
	color: #ffffff;
}

.bodytext-orange {
	font-family:"Trebuchet MS";
	color: #dd7b1a;
}

.bodytext-orange-bold {
	font-family:"Trebuchet MS";
	color: #dd7b1a;
	font-weight: bold;
}

.boldheader {
	font-family:"Trebuchet MS";
	color: #dd7b1a;
	font-weight: bold;
}

/*Footer Text Style*/
.footer {
	font-family: "Trebuchet MS";
	font-size: 9pt;
}

/*Font Styles*/
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

/*Hyperlink Style*/
a {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #dd7b1a;
	 text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #dd7b1a; 
	 text-decoration:underline;
}

/* Additional Link Style*/
a.green_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #008300;
	font-size: 9pt;
}

a.green_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #008300;
	font-size: 9pt;
}

/*Cell Roll Over Style*/
.tbl a {
	width:100%;
	padding: 3px;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.tbl a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.rollover a {
	width:100%;
	background-color: #f2f971;
	text-align: left;
	text-decoration: none;
	color:#213B90;
}
.rollover a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
}
.rollover ul {list-style-type: none;}
.rolllover p {margin:0px}

/*Border Solid or Dashed*/
.border_solid {
	border: 2px solid #dd7b1a;
}

.border_dashed {
	border: 1px dashed #000000;
}

/*Left or Right Border Style*/
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/*Top or Bottom Border*/
.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5f471d;
}

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f471d;
}

/*Collapse Table*/
table {
	border-collapse: collapse;
}

/*Hide Search Terms Style*/
.searchterms {
	display:none;
}

/*bidding page*/
.bidtable {border:thin #999 dashed;}
.bidrowgrey {background:#CCC;}
.bidroworange {background:#dd7b1a; color:#FFF}
