@font-face {
    font-family: 'supermarketRegular';
    src: url('fonts/supermarket-webfont.eot');
    src: url('fonts/supermarket-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/supermarket-webfont.woff') format('woff'),
         url('fonts/supermarket-webfont.ttf') format('truetype'),
         url('fonts/supermarket-webfont.svg#supermarketRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    font-style: normal;

}
body,td,th {
	font-size: 14px;
	color: #333;
}
body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #00F;
}.Font12 {
	font-size: 10px;
}
.supermarket	{
font-family: 'supermarketRegular', Arial, sans-serif;;
}
.borderrad {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.whitebg {
margin-top:50px;
padding:5px;
background-color:#FFFFFF;
}
h1 {
margin-left:10px;
}
.shadow {
 border: 5px solid white;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.80);
}.red {
	color: #FF0000;
}
