a         { text-decoration: underline;}
a:Link    { text-decoration: underline;}
a:Visited { text-decoration: underline;}
a:Active  { text-decoration: underline;}
a:Hover   { text-decoration: underline; color: #FF9900;}

h1        {
	font-size: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
}
h2        {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
}
h3        { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
ol        { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif}
p         { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif}
dl        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
td        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
th        { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serifl font-weight: bold}
ul        { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif}

.yellink  { color: #FFFFCC; text-decoration: underline }
.redlink  { color: #FF0000; text-decoration: underline }
.redtxt   { color: #FF0000; }
.bluesub  { color: #000033 }
.graytxt  { color: #333333 }
.graylnk  { color: #333333; text-decoration: underline }
.price	  { font-size: 18px}

FORM	  { margin-bottom:0; margin-top:0 }
select	  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
input	  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

A.TextLink:HOVER			{ text-decoration: underline; color: #FF9900; }	/* Hover format for all Text Links */
A.TopNavLink:HOVER			{ color : #000000; background : #DEE8F3; }		/* Hover format for Top Navigation HREF*/
A.TopNavNextLink:HOVER		{ color : #000000; background : #FFFF80; }		/* Special Hover format for the next, checkout, place order in Top Navigation HREF*/
A.TrashCanLink:HOVER		{ color : #000000; background : #FFE6CC; }		/*Hover format for the Trash Can HREF */
A.ShipToTabLink:HOVER		{ text-decoration: underline; color: #FF9900; }	/* Hover format for shipping address  HREF (if enabled) */
A.UpdateQuantityLink:HOVER	{ color : #000000; background : #FFE6CC; }		/* Hover format for Recalculate HREF right under quantity boxes */
A.SummaryTextLink:HOVER		{ text-decoration: underline; color: #FF9900; }	/* Hover format for any line item text that is enabled HREF */
A.EditShippingIMG:HOVER		{ color : #000000; background : #FFE6CC; }		/* Hover format for "Edit" images on summary line items */
