.text {
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
}
A.menu:LINK {
	color : White;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
A.menu:HOVER {
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
A.menu:VISITED{
	color : White;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
A.menu:VISITED:A.menu:HOVER {
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}


A.sub:LINK {
	color : White;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
}
A.sub:HOVER {
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
}
A.sub:VISITED{
	color : White;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
}
A.sub:VISITED:A.sub:HOVER {
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
}


A.feature:LINK {
	color : #333333;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
A.feature:HOVER {
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
A.feature:VISITED {
	color : #333333;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
A.feature:VISITED:A.feature:HOVER {
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}


A.body:LINK {
	color : Blue;
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}
A.body:HOVER {
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}
A.body:VISITED {
	color : Blue;
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}
A.body:VISITED:A.body:HOVER {
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}


A.bottom:LINK {
	color : White;
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}
A.bottom:HOVER {
	color : Blue;
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}
A.bottom:VISITED {
	color : White;
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}
A.bottom:VISITED:A.bottom:HOVER {
	color : Blue;
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}


A.instock:LINK {
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
A.instock:HOVER {
	color : Gray;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
A.instock:VISITED{
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
A.instock:VISITED:A.instock:HOVER {
	color : Gray;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}


.boldText {
	color : White;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}


.orderText {
	color : Black;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
.orderItem{
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
.button {
	background : #cccccc;
	background-color : #cccccc;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	border-right : 2px solid #696969;
	border-bottom : 2px solid #696969;
	border-left : 1px solid White;
	border-top : 1px solid White;
}
.soldOut{
	color : Red;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}
