<
STYLE TYPE

=
"text/css"
>
<!--

P {
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
}

P.divider {
    color: #007025;
    font-family: Verdana;
    font-size: 11px;
}

A:visited {
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
}

A:link {
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
}

A:hover {
    color: #007025;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}

.footer {
    color: #007025;
    font-family: Verdana;
    font-size: 9px;
}

.rightBorder {
    background-image: "/images/right_vr.jpg";
    background-repeat: repeat;
}

input.track {
    border: solid 1pt #007025;
    color: #007025;
}

input.orderForm {
    border: solid 1pt #007025;
}

select.orderForm {
    border: solid 1pt #007025;
    width: 200px;
}

input.trackingForm {
    border: solid 1pt #007025;
}

input.contactForm {
    border: solid 1pt #007025;
}

textarea.contactForm {
    border: solid 1pt #007025;
}

table.invoiceBorder {
    border: solid 1pt #007025;
}

table.mainBorder {
    border: solid 1pt #007025;
}

/*
Input elements
*/

textarea {
    border: solid 1pt #007025;
}

input.quote {
	width:230px;
    border: solid 1pt #007025;
}

select.quote {
	width:230px;
    border: solid 1pt #007025;
}

input.order {
	width:230px;
    border: solid 1pt #007025;
}

select.order {
	width:230px;
    border: solid 1pt #007025;
}

input.contact {
	width:230px;
    border: solid 1pt #007025;
}

select.contact {
	width:230px;
    border: solid 1pt #007025;
}

/*
format text
*/

.leftLabel {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.quoteSubmit {
    text-align: center;
}

.contactSubmit {
    text-align: center;
}

.forms {
    padding-left: 25px;
}

span.quoteOutputLabel {
	font-weight:bold;
}

a.quoteLink {
	color: #007025;
	text-decoration:underline;
	font-size:14pt;
}

p.quote {
      text-align: left;
}

a.contactLink {
	color: #007025;
	text-decoration:underline;
	font-size:14pt;
}

p.contact {

}

/*
Error text
*/
div.errorText {
	color:red;

-->
<
/
STYLE>