body {
	font-family: arial;
	font-size: 12px;
	background-color: #F0F0F0;
}

a {
	font-family: arial;
	font-size: 12px;	
	color: #000000;	
}

table, td {
	font-family: arial;
	font-size: 12px;
}


a.ButtonBar {
	font-family: arial;
	font-size: 12px;	
	text-decoration: none;	
	color: #000000;
}

a.ButtonBar:Hover {
	font-family: arial;
	font-size: 12px;	
	text-decoration: underline;
}

a.Link {
	font-family: arial;
	font-size: 12px;	
	text-decoration: none;	
	color: #2b7219;		
}

a.Link:hover {
	font-family: arial;
	font-size: 12px;	
	text-decoration: underline;	
	color: #2b7219;		
}

.BasketSmall{
	font-size: 10px;
	color: <?=$TemplateColors["Text_Color2"]?>;
}

.BasketSmallTitle{
	font-size: 10px;
	font-weight: bold;
}

.BasketSmallButton{
	font-size: 10px;
	font-weight: bold;
	color: <?=$TemplateColors["Text_Color2"]?>;
}