body {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	}


/* HEADER */

.nav-user {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}

.nav-main {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000099;
	text-decoration: none;
	}


/* HOMEPAGE STYLES */

.homeprice {
	font-weight: bold;
	color: #333399;
	background: #ffffff;
	}

span.homesave {
	color: red;
	background: #ffffff;
	}
	


/* Page titles and headings */

h4, h5, .heading, .title, .barhead, .error {
	font-family: Arial, Helvetica,sans-serif;
	color: #000000;
	background: transparent;
	}
	
.closespace {
	margin-bottom: 2px;
	}

/* NAVIGATION PATH */

.title {
	color: #ffffff;
	background-image: url(/images/bg_blue.gif);
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 15px;
	height: 21px;
	}

/* bold Section Headlines */
h4 {
	font-size: 16px;
	font-weight: bold;
	}

h5 {
	font-size: 12px;
	font-weight: bold;
	}

/* Electric green heading */
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #33cc33;
	}

/* Small heading with colored bar background */
.barhead {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background: #CFEACD;
	padding: 4px;
	margin-bottom: 4px;
	}

/* Basic text */
p, blockquote, ul, ol, li, td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	}
	
p.description {
	font-size: 10px;
	line-height: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
p.path {
	font-size: 12px;
	font-weight: bold;
	}
	
.small {
	font-size: 10px;
	}
	
.smallest {
	font-size: 9px;
	}
.large {
	font-size: 12px;
	}
	
.largest {
	font-size: 14px;
	}
	
strong {
	text-weight: bold;
	}
	
em {
	text-style: italic;
	}
	
.red {
	color: red;
	background: transparent;
	}
	
.hilite {
	background: #FFFF00;
	}
	
		

/* User error message */
.error {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
	background: #ffffff;
	}


/* LISTS */
ul.arrowlist {
	list-style-image: url(/images/bullet_arrow.gif);
	margin-top: 4px;
	margin-bottom: 4px;
	}

ul.arrowlist li {
	list-style-position: outside;
	}

ul.arrowlist_red {
	list-style-image: url(/images/bullet_arrow_red.gif);
	margin-top: 4px;
	margin-bottom: 4px;
	}

ul.arrowlist_red li {
	list-style-position: outside;
	}

ul.benefits {
	margin-top: 2px;
	margin-bottom: 2px;
	}
		
ul.benefits li {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	}	

ul.arrowlist ul.disc {
	list-style-image: none;
	list-style: disc;
	margin-top: 4px;
	margin-bottom: 10px;
	}


/* BOXES AND BORDERS */

/* Generic boxed text */
.box {
	color: #000000;
	background: white;
	padding: 4px;
	border: 1px black solid;
	text-align: left;
	}

/* Assistance box */
.assistbox {
	color: #000000;
	background: white;
	border: 1px black solid;
	text-align: left;
	}

/* Positioning statement text */	
.statement {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 760px;
	color: #000000;
	background: white;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding: 4px;
	border: 1px black solid;
	}

.border {
	border: 1px solid black;
	}
	
img.border {
	border: 1px solid black;
	}
	
tr.altcolor {
	color: #000000;
	background-color: #ffffcc;
	}
	
td.charthead {
	color: #000000;
	background-color: #CFEACD;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	}
	
td.chartdata {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	}

/* ORDER DISCOUNT TABLE */	
td.orderhead {
	color: #000000;
	background-color: yellow;
	font-size: 10px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	}

td.orderdata {
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
		
.databox {
	color: #000000;
	background: #CFEACD;
	padding: 2px;
	border: none;
	}
	
	

/* Page separation rules */
hr.colorbar {
	width: 760px;
	color: #CFEACD;
	height: 10px;
	text-align: left;
	}
	
img.thingreenrule {
	width: 760px;
	margin-top:2px;
	margin-bottom:2px;
	text-align: left;
	}

hr.thickline {
	color: #000000;
	height: 3px;
	}

hr.blackline {
	color: #000000;
	height: 1px;
	}
	

