<style type="text/css">
/*
Stylesheet for Hueler Companies Hueler.com and ebid.hueler.com

-----------------------------------------------------------------
Stylesheet Author	Patrick Brady	<patrick.b@hueler.com>
Version			1.0
Created			8/17/2004
Last-Modified		8/20/2004
Stylesheet URL		http://www.hueler.com/ebid/zhuelerebid.css
-----------------------------------------------------------------


*/
BODY
{
	BACKGROUND: #ffffff;
	MARGIN: 0px;
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
/* Provide left margin on page	*/
P
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
P.LMargin
{
	MARGIN-LEFT: 71px;
}
window.print
{
	MARGIN: 0.5in;
	size: 8.5 in 11 in;
}


/*
Pseudo-Class-Based Simple Selectors
Class-like information does not relate to HTML CLASS attribute values.
Pseudo-class information coes from the browser and contains information about the status of the document
or the status of particular elements within the document.

    A:link:	Selects for unvisited links
    A:visited	Selects for visited links
    A:active	Selects for active links

A pseudo-class and a regular class selector can be combined, using the general form
NAME.class:pseudo-class
where NAME is the element name, class is the class name and pseudo-class is the pseudo-class name

For example, to create a rule that applies only to active anchor elements of CLASS="demo" where link color is green, the selector would be:
A.demo:active {color: green}

*/

A.FooterLink:link {background: transparent; color: #003366; text-decoration:underline}
A.FooterLink:active {background; transparent; color: #003366; text-decoration:underline}
A.FooterLink:visited {background: transparent; color: #003366; text-decoration:underline}

A.HdrLink:link {background: transparent; color: white; text-decoration:underline}
A.HdrLink:active {background: transparent; color: white; text-decoration:underline}
A.HdrLink:visited {background: transparent; color: white; text-decoration:underline}

A.NavLink:link {background: transparent; color: white; text-decoration:none}
A.NavLink:active {background: transparent; color: white; text-decoration:none}
A.NavLink:visited {background: transparent; color: white; text-decoration:none}

A.NavLinkOn:link {background: #F0F0E0; color: #000066; text-decoration:none; font-weight:bold}
A.NavLinkOn:active {background: #F0F0E0; color: #000066; text-decoration:none; font-weight:bold}
A.NavLinkOn:visited {background: #F0F0E0; color: #000066; text-decoration:none; font-weight:bold}

A.RptLink:link {background: transparent; color: black; text-decoration:none}
A.RptLink:active {background: transparent; color: black; text-decoration:none}
A.RptLink:visited {background: transparent; color: black; text-decoration:none}

A.RptLinkB:link {background: transparent; color: #336699; text-decoration:none}
A.RptLinkB:active {background: transparent; color: #336699; text-decoration:none}
A.RptLinkB:visited {background: transparent; color: #336699; text-decoration:none}

A.StdLink:link {background: transparent; color: #003399; text-decoration:underline}
A.StdLink:active {background: transparent; color: #003399; text-decoration:underline}
A.StdLink:visited {background: transparent; color: #003399; text-decoration:underline}

A.GreenLink:link {background: transparent; color: #00FF00; text-decoration:underline}
A.GreenLink:active {background: transparent; color: #00FF00; text-decoration:underline}
A.GreenLink:visited {background: transparent; color: #00FF00; text-decoration:underline}

A.Test1:link {background: #CCCCCC; color: #000066; text-decoration:none; font-weight:bold}
A.Test1:active {background: #CCCCCC; color: #000066; text-decoration:none; font-weight:bold}
A.Test1:visited {background: #CCCCCC; color: #000066; text-decoration:none; font-weight:bold}

A.Test2:link {background: #CCCC99; color: #000066; text-decoration:none; font-weight:bold}
A.Test2:active {background: #CCCC99; color: #000066; text-decoration:none; font-weight:bold}
A.Test2:visited {background: #CCCC99; color: #000066; text-decoration:none; font-weight:bold}

A.ISLink:link {background: #CCCCCC; color: #000066; text-decoration:underline; font-weight:bold}
A.ISLink:active {background: #CCCCCC; color: #000066; text-decoration:underline; font-weight:bold}
A.ISLink:visited {background: #CCCCCC; color: #000066; text-decoration:underline; font-weight:bold}

A.AnaltyicsLink:link {background: #336699; color: #000066; text-decoration:underline; font-weight:bold}
A.AnaltyicsLink:active {background: #336699; color: #000066; text-decoration:underline; font-weight:bold}
A.AnaltyicsLink:visited {background: #336699; color: #000066; text-decoration:underline; font-weight:bold}

/* Optional
INPUT
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
*/

/* Images	*/
IMG.BlueBorder
{
	border-width:2px;
	border-sytle:solid; 
	border-color:#336699;
}

/* Horizontal Rule; Horizontal line	*/
HR.blueline
{
	width: 80%;
	height: 4px;
	color: #336699;
	TEXT-ALIGN: left;
}

INPUT.TextBox
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
INPUT.Abutton
{
	FONT-SIZE: 12pt;
	COLOR: white;
	BACKGROUND-COLOR: #003366;
}
INPUT.Bbutton
{
	FONT-SIZE: 9pt;
	COLOR: white;
	BACKGROUND-COLOR: #003366;
}
SELECT.ListBox
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
TEXTAREA.Comment
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
TABLE.Full
{
	BACKGROUND-COLOR: #ffffff;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	PADDING: 0px;
	SPACING: 0px;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 9pt;
	WIDTH: 685px;
}
TABLE.CustomSize
{
	BACKGROUND-COLOR: #ffffff;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 9pt;
	PADDING: 0px;		/*Does NOT eliminate default CELLPADDING between cells, used to increase padding only */
	SPACING: 0px;		/*Does NOT eliminate default CELLSPACING between cells, used to increase spacing only */
}
TABLE.Footer
{
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	WIDTH: 685px;
	BORDER-BOTTOM: 0px;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 9pt;
	PADDING: 0px;		/*Does NOT eliminate default CELLPADDING between cells, used to increase padding only */
	SPACING: 0px;		/*Does NOT eliminate default CELLSPACING between cells, used to increase spacing only */
}
TABLE.Hdr1
{
	BACKGROUND-COLOR: #003366;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 7pt;
	PADDING: 0px;		/*Does NOT eliminate default CELLPADDING between cells, used to increase padding only */
	SPACING: 0px;		/*Does NOT eliminate default CELLSPACING between cells, used to increase spacing only */
	WIDTH: 685px;
}
TABLE.Hdr2
{
	BACKGROUND-COLOR: #F0F0E0;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	PADDING: 0px;		/*Does NOT eliminate default CELLPADDING between cells, used to increase padding only */
	SPACING: 0px;		/*Does NOT eliminate default CELLSPACING between cells, used to increase spacing only */
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 9pt;
	WIDTH: 685px;
}
TABLE.Hdr3
{
	BACKGROUND-COLOR: #F0F0E0;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	BORDER-COLOR: Black;
	BORDER-STYLE: Solid;
	PADDING: 0px;		/*Does NOT eliminate default CELLPADDING between cells, used to increase padding only */
	SPACING: 0px;		/*Does NOT eliminate default CELLSPACING between cells, used to increase spacing only */
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 9pt;
	WIDTH: 685px;
}
TABLE.HdrTest1
{
	BACKGROUND-COLOR: #CCCCCC;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	PADDING: 0px;		/*Does NOT eliminate default CELLPADDING between cells, used to increase padding only */
	SPACING: 0px;		/*Does NOT eliminate default CELLSPACING between cells, used to increase spacing only */
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 9pt;
	WIDTH: 685px;
}
TABLE.HdrTest2
{
	BACKGROUND-COLOR: #CCCC99;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	PADDING: 0px;		/*Does NOT eliminate default CELLPADDING between cells, used to increase padding only */
	SPACING: 0px;		/*Does NOT eliminate default CELLSPACING between cells, used to increase spacing only */
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 9pt;
	WIDTH: 685px;
}
TABLE.Links
{
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	COLOR: #ffffff;    
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 7pt;
	PADDING: 0px;		/*Does NOT eliminate default CELLPADDING between cells, used to increase padding only */
	SPACING: 0px;		/*Does NOT eliminate default CELLSPACING between cells, used to increase spacing only */
}
TR.hdrlinks
{
	BACKGROUND: #336699;
	PADDING: 0px;
	SPACING: 0px;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 9pt;
	WIDTH: 685px;
}
TR.hdrnav
{
	BORDER-RIGHT: 1px;
	BORDER-TOP: 1px;
	FONT-SIZE: 9pt;
	BACKGROUND: #000066;
	BORDER-LEFT: 1px;
	WIDTH: 685px;
	COLOR: #ffffff;
	BORDER-BOTTOM: 1px;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	PADDING: 0px;
	SPACING: 0px;
}
TR.hdrnav2
{
	BORDER-RIGHT: 1px;
	BORDER-TOP: 1px;
	FONT-SIZE: 9pt;
	BACKGROUND: #336699;
	BORDER-LEFT: 1px;
	WIDTH: 685px;
	COLOR: #ffffff;
	BORDER-BOTTOM: 1px;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	PADDING: 0px;
	SPACING: 0px;
}
TD
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
TD.shading
{
    BACKGROUND-COLOR: #336699;
    FONT-SIZE: 4pt;
    HEIGHT: 4pt
}
TD.W5P	/*5% of width*/
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	WIDTH: 5%;
}
TD.W45P	/*45% of width*/
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	WIDTH: 45%;
}
TD.W25P	/*25% of width*/
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	WIDTH: 25%;
}
TD.SmallFont1
{
	FONT-SIZE: 8pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
TD.FormSmallFont
{
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
TD.ColumnHeader
{
	BACKGROUND-COLOR: #003366;
	COLOR: #ffffff;    
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	TEXT-ALIGN:center;
}
TD.ColumnHeader2
{
	BACKGROUND-COLOR: #336699;
	COLOR: #ffffff;    
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-WEIGHT: bold;
}
TD.SectionHdr1
{
	BACKGROUND-COLOR: #336699;
	COLOR: #ffffff;    
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
TD.ColumnHeaderBig
{
	BACKGROUND-COLOR: #003366;
	COLOR: #ffffff;    
	FONT-SIZE: 12pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-WEIGHT: bold;
}
TD.Nav
{
	BACKGROUND-COLOR: #000066;
	COLOR: #ffffff;    
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
TD.Selected
{
	BACKGROUND: #F0F0E0;
	COLOR: #000000;
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-WEIGHT: bold;
}
TD.SelectedSubHdr
{
	BACKGROUND: #FFFFFF;
	COLOR: #336699;
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-WEIGHT: bold;
/*	BACKGROUND: #F0F0E0;
/*	border-top:.5pt solid windowtext;	*/
/*	border-left:.5pt solid windowtext;	*/
/*	border-right:.5pt solid windowtext;	*/
}
TD.SubHdr
{
	BACKGROUND: #F0F0E0;
	border-bottom:.5pt solid windowtext;
	COLOR: #000000;
	FONT-SIZE: 9pt;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
}
TD.SectionHdr
{
	COLOR: #003366;
	FONT-FAMILY: 'Arial', 'MS Sans Serif', 'Helvetica';
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
}
TD.PageHdr
{
	COLOR: #003366;
	FONT-FAMILY: 'Arial Black';
	FONT-STYLE: 'italic';
	FONT-SIZE: 12pt;
	TEXT-ALIGN:left;
}
TD.PageHdrOld
{
	COLOR: #003366;
	FONT-FAMILY: 'Haettenschweiler', 'Impact', 'Arial', 'MS Sans Serif';
	FONT-SIZE: 18pt;
	TEXT-ALIGN:center;
}
.xlRA
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-family:Arial Narrow, Arial, Helvetica;
	mso-font-charset:0;
	text-align:right;
}
.xlLA
	{mso-style-parent:style0;
	color:#FFFFFF;
	font-size:9.0pt;
	font-weight:500;
	font-style:normal;
	font-family:Arial Narrow, Arial, Helvetica;
	mso-font-charset:0;
	text-align:left;
}
.xlC
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-family:Arial Narrow, Arial, Helvetica;
	mso-font-charset:0;
	text-align:center;
}
.xlCH	/* Column heading */
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-weight:700;
	font-family:"Arial Narrow", sans-serif;
	mso-font-charset:0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;
	mso-pattern:auto none;
	BACKGROUND: #000066;
	COLOR: #FFFFFF;
	text-align:center;}
.xlCH2	/* Column heading */
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-weight:700;
	font-family:"Arial Narrow", sans-serif;
	mso-font-charset:0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;
	mso-pattern:auto none;
	BACKGROUND: #336699;
	COLOR: #FFFFFF;
	text-align:center;}
.xlRH	/* Row heading */
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-weight:700;
	font-family:"Arial Narrow", sans-serif;
	mso-font-charset:0;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:.5pt solid windowtext;
	mso-pattern:auto none;
	text-align:left;}
.xlNB	/* No border */
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-family:"Arial Narrow", sans-serif;
	mso-font-charset:0;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
	mso-pattern:auto none;
	text-align:center;}
.xlLB	/* Left border */
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-family:"Arial Narrow", sans-serif;
	mso-font-charset:0;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:.5pt solid windowtext;
	mso-pattern:auto none;
	text-align:center;}
.xlRB	/* Right border */
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-family:"Arial Narrow", sans-serif;
	mso-font-charset:0;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:none;
	mso-pattern:auto none;
	text-align:center;}
.xlTB	/* Top border */
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-family:"Arial Narrow", sans-serif;
	mso-font-charset:0;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:none;
	border-left:none;
	mso-pattern:auto none;
	text-align:center;}
.xlBB	/* Bottom border */
	{mso-style-parent:style0;
	font-size:9.0pt;
	font-family:"Arial Narrow", sans-serif;
	mso-font-charset:0;
	border-top:none;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	mso-pattern:auto none;
	text-align:center;}
</style>