/*put this line in the head tag of the page you want the CSS
<link rel="stylesheet" rev="stylesheet" type="text/css" href="styles.css"> 
*/
A { /* basic href state */
	font-family: verdana,sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
	color: #ae4949;
}
buy A { /* basic href state */
	font-family: verdana,sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
buy A:hover { /* This is the style for linked text */
	font-family: verdana,sans-serif;
	font-size: 8.5pt;
	text-decoration: underline;
	color: #FFFFFF;
}	
A:hover { /* This is the style for linked text */
	font-family: verdana,sans-serif;
	font-size: 8.5pt;
	text-decoration: underline;
	color: #ae4949;
}	

.head{ /* This is the style for the headlines */
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: black;
}	

.subhead{ /* This is the style for the subheads */
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color:#black ;
}	

.copy { /* This is the style for the body text */
	font-family: verdana,sans-serif;
	font-size: 8.5pt;
	color: #331900;
}

.smcopy { /* This is the style for the body text */
	font-family: verdana,sans-serif;
	font-size: 8pt;
	color: #333333
	
}
.cart { /* This is the style for the body text */
	font-family: verdana,sans-serif;
	font-size: 8pt;
	color: #331900;
}
.carthead { /* This is the style for the body text */
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 20pt;
	color: #331900;
}
.smallcart { /* This is the style for the body text */
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #331900;
}
.error { /* This is the style for the body text */
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: red;
}
div
{
padding:2;
font-family:arial;
font-size:12;
background-color:#ffffff;
position:absolute;
top:80;
left:10;
visibility:visible
}
.ajpopuphdr{
 font : bold 9pt Arial;
 text-decoration : none;
 color : #FFFFFF;
 background-color: #FFFFFF;
}

.ajpopuptxt{
 font : bold 9pt Arial;
 text-decoration : none;
 color : #000000;
 background-color: #FFFFFF;
}

.ajpopuplnk{
 font : bold 9pt Arial;
 text-decoration : none;
 color : #00000;
 background-color: #FFFFFF;
}

.ajpopuplnk:LINK{
 color : #000000;
}