/*
****************************************
* Standard Style Sheet                 *
* Created On: 01/20/2004					*
* Last Modified:									  *
* Steve Olson 3/4/2004						  *
* Revised 9/16/04 - S.O.					  *
****************************************
*/





.standard, P, DIV, TD, LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #000000;
}


/* tables */
.border {
	border: 1px solid #333333;
}



/* links */ 
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #5F1F61;
}
 
A:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #247662;
}

A.smallGreenLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #247662;
}

A.smallGreenLinks:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #5F1F61;
}.storeHours {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #990066;
}
.storeHourssmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990066;
}
