/* CSS Document */
@import url(global.css);

/* BASICS --------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#685E55;
	margin:0;
	background-color: #D6D1B6;
	background-image: url(/g/retail/bak.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* LINKS ---------------------------------------------------------------------*/
a:link, a:visited {
	color: #9B0103;
	text-decoration: none;

}
a:hover {
	color: #330000;
	text-decoration: none;


}

a:link.small, visited.small {
	font-size: 10px;
	color: #9B0103;
	text-decoration: none;
}
a:hover.small {
	font-size: 10px;
	color: #BD0102;
	text-decoration: none;
}
