/* $Revision: #3 $ */

a {
    color: #666666;
    text-decoration: underline;
}

a.signInLink:link, a.signInLink:visited {
    color: #666666;
    text-decoration: underline;
}

a.signInLink:hover {
    color: #666666;
    text-decoration: underline;
}


.red {
	color: #CC0000;
}

.dkred {
	color: #BB0000;
}

a.redlink:link, a.redlink:visited {
    color: #cc0000;
    text-decoration: none;
}
a.redlink:hover {
    color: #cc0000;
    text-decoration: underline;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.smallCartTxt {
	font-size: 9px;
	line-height: 12px;
}
.smallTxtGray {
	color: #999999;
	font-size: 9px;
	line-height: 12px;
}

.redsignin:link {
  color: #CC0000;
  text-decoration: none;
}

.redsignin:visited {
  color: #CC000;
  text-decoration: none;
}

.redsignin:hover {
  color: #CC0000;
  text-decoration: underline;
}

.greysignin:link {
  color: #666666;
  text-decoration: none;
}

.greysignin:visited{
  color: #666666;
  text-decoration: none;
}

.greysignin:hover {
  color: #666666;
  text-decoration: underline;
}


