body
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Tahoma;
	font-size: small;
}

.bgDay {
	background-image: url(/Images/searchResults/grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	}
	
.gridRow 
{
	color: #FFFFFF;
}

A:link	{	
	text-decoration:	none;
	color:	#3377cc;
	font-family: Arial, Tahoma;
	font-size: small
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3377cc;
	font-family: Arial, Tahoma;
	font-size: small
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3377cc;
	font-family: Arial, Tahoma;
	font-size: small
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#66aaff;
	font-family: Arial, Tahoma;
	font-size: small
	}
	
A.menu:link	{	
	text-decoration:	none;
	color:	navy;
	font-family: Arial, Tahoma;
	font-size: small;
	}	
		
A.menu:visited	{	
	text-decoration:	none;
	color:	navy;
	font-family: Arial, Tahoma;
	font-size: small;
	}	
		
A.menu:active	{	
	text-decoration:	none;
	color:	navy;
	font-family: Arial, Tahoma;
	font-size: small;
	}	
		
A:.menu:hover	{	
	text-decoration: none;
	color:	#ffffff;
	font-family: Arial, Tahoma;
	font-size: small;
	}
		
.price	{
	font-weight:bold;
	color:#394E16;
	font-size:12px
	}

.priceStrike	{
	font-weight:bold;
	color:#394E16;
	text-decoration:line-through;
	font-size:12px
	}

.discount	{
	font-weight:bold;
	color:darkRed;
	font-size:12px
	}
	
.error	{
	font-weight:bold;
	color:Red;
	}