	a {color: #006633;}
	a:active {color: #9A5200; text-decoration: none;}
	a:hover {
		color: #FFFFFF; 
		text-decoration: none;
		}
	a.none {text-decoration: none;}

	body {
		font-size: 10pt;
		font-weight: normal;
		color: #663333;
		font-family: "Times New Roman", Times, serif;
		z-index: 1;
		font-style : normal;
		}
		
	table {
		font-size: 10pt;
		font-weight: normal;
		color: #663333;
		font-family: "Times New Roman", Times, serif;
		z-index: 1;
		font-style : normal;
		}
	
	b.bold {font-weight: bold;}
	
	b.bigbold {
		font-weight: bold;
		font-size: 16pt;
		}
		
	b.bigbold2 {
		font-weight: bold;
		font-size: 13pt;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
		
A.TextLink:HOVER {
/* Hover format for all Text Links */
	color : #000000;
	background : #DEE8F3;
}

A.TopNavLink:HOVER {
/* Hover format for Top Navigation HREF*/
	color : #000000;
	background : #DEE8F3;
}

A.TopNavNextLink:HOVER {
/* Special Hover format for the next, checkout, place order in Top Navigation HREF*/
	color : #000000;
	background : #FFFF80;
}

A.TrashCanLink:HOVER {
/*Hover format for the Trash Can HREF */
    color : #000000;
	background : #FFE6CC;
}

A.ShipToTabLink:HOVER {
/* Hover format for shipping address  HREF (if enabled) */
    color : #000000;
	background : #FFE6CC;
}

A.UpdateQuantityLink:HOVER {
/* Hover format for Recalculate HREF right under quantity boxes */
    color : #000000;
	background : #FFE6CC;
}

A.SummaryTextLink:HOVER {
/* Hover format for any line item text that is enabled HREF */
    color : #000000;
	background : #FFE6CC;
}

A.EditShippingIMG:HOVER {
/* Hover format for "Edit" images on summary line items */
    color : #000000;
	background : #FFE6CC;
}
