.date {
	font-family: Arial, Verdana, serif;
	font-size: 11px;
	color: #FFFFFF;}

.normal,body,p, td {
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	color: #000000;}
.bold {
	font-family: Arial, Verdana, serif;
	font-size: 14px;
	font-weight: bold;
	color: purple;}
	
.bold2 {
	font-family: Arial, Verdana, serif;
	font-size: 12px;
	font-weight: bold;
	color: white;}
.header {
	font-family: Arial, Verdana, serif;
	font-size: 14px; 
	font-weight: bold;
	color: purple;}
.footer {
	font-family: Arial, Verdana, serif;
	font-size: 11px;
	color: #666666;}
	
.footer A:link {
	color: purple;
	text-decoration : underline;}
	
.footer A:visited {
	color: gray;
	text-decoration : underline;}

.footer A:hover {
	color: gray;
	text-decoration: none;}	
	
.small {
	font-family: Arial, Verdana, serif;
	font-size: 11px;
	color: #FFFFFF;}
	
.front {
	font-family: Arial, Verdana, serif;
	font-size: 11px;
	color: #000000;}
	
.front A:link {
	color: white;
	text-decoration : underline;}
	
.front A:visited {
	color: white;
	text-decoration : underline;}




#contentfooter {
	clear: both;
  text-align: center;
	height: 350px;
	margin: 0 auto;
	padding: 10px;}
	
	
	
.coupon {Position:Relative; z-index: 1; margin:30px 50px; background-color:#7D9CCE; padding: 10px 0 5px 0;
         line-height:1; border-color:black; border-width:2px; border-style:solid;}
.coupon a {font-family:"Arial";}
.coupon a:link {text-decoration: none; color:black;}
.coupon a:visited {text-decoration: none; color: black;}
.coupon a:hover {text-decoration: none;}
.coupon a:active {text-decoration: none;}


.box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
		-moz-box-shadow: 3px 3px 12px #000;
		-webkit-box-shadow: 3px 3px 12px #000;
		box-shadow: 3px 3px 12px #000;

	/*	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	  } 	
