a, a:link, a:visited {
	color: #CCCCCC;		
	text-decoration: none;
}

a:hover {
	color: #ffe800;
	text-decoration: underline;
}

a.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #82B7DC;
}

a.blue:hover {
	color: #ffe800;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f47920; /* Previously #F7931E */
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}



.white {
	color: #FFFFFF;
}

.red {
	color: #CC1717; 
}

.orange {
	color: #f47920; 
}

.yellow {
	color: #ffe800; 
}

.green {
	color: #00CC00; 
}

.blue {
	color: #82B7DC;
}

.darkblue {
	color: #77BBEE;
}

.medium_grey {
	color: #666666; 
}


.address_book_subtext {
	font-size: 9px;
}

.blog_subtext {
	font-size: 10px;
	color: #82B7DC;
}

.checkout_instructions {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}

.forum_subtext {
	font-size: 9px;
}

hr {
	border: 0;
	color: #666666;
	background-color: #666666;
	height: 1px;
	width: 530px;
	display: block;
	margin: 10px 0 10px 0;
}

.processing {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	background: url(../images/processing.gif) no-repeat center top;
	padding-top: 35px;
	margin-top: 90px;
}
	.processing span {
		font-size: 12px;
	}