a   {text-decoration:none}

a:hover {text-decoration:underline}

a:visited {color:blue; text-decoration:none;}

.fmcontent {
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
	color: #800000;
}
.fmheader {
	font-family: Verdana;
	font-size: 16pt;
	color: #800000;
	font-weight:bold;
	text-align: center;
	margin-top: 15px;
}
.fmfineprint {
	font-family: Verdana;
	font-size:8pt;
	font-weight:bold;
	color: #800000;
}

.mainbg { 
	background-image: url('../images/main-bg.gif'); 
	background-repeat: no-repeat; 
    background-attachment: fixed; 
	background-position: right;
}

.dot      { 
	background-image: url('../images/dot-bg.gif'); 
	background-repeat: repeat-y;
}

.submenu     { 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #800000; 
	font-weight: bold; 
	text-align: center;
}

.style1 {
	font-family: Verdana;
}
.style2 {
	font-family: Verdana;
}
.style3 {
	font-family: Verdana;
}
.style5 {
	font-size: 36pt;
}
.style6 {
	font-size: 14pt;
}
.style7 {
	font-size: medium;
	font-family: "Times New Roman";
}
.style8 {
	font-size: 10pt;
}
.style9 {
	font-size: 10pt;
	font-weight: bold;
	color: #800000;
}
.style10 {
	border-style: solid;
	border-width: 0;
	background-image: url('../images/main-bg.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
}

/* THESE ARE THE STYLES I MADE JUST FOR THE COUPONS */

.chead { 
	font-family: Verdana;
	font-size: 16pt;
	color: #800000;
	font-weight:bold;
	text-align: center;
	margin-top: 15px;
	}
.cbody {
	font-size: x-large;
	font-weight: bold;
	height: 5em; /* THIS CONTROLS COUPON HEIGHT, WHILE KEEPING LEFT 'N' RIGHT EQUAL.  CHANGE SIZE AS NEEDED.  LEAVE A LITTLE EXTRA FOR THE PRINTER-FRIENDLY TO WORK OUT.  */
	}
.cfoot {
	font-size: 10pt;
	font-weight: bold;
	}

.coupon {
	width: 48%;
	border: dashed;
	text-align: center;
	background-color: white;
	}
	
#container { width: 100%;}
#subcontainer { width: 7in; } /*THIS MAKES IT PRINT THE SAME ON THE PRINTER-FRIENDLY PAGE*/
#coupon1 {  float: left; }
#coupon2 {  float: right; }




