/* --------------- fastcoupons - body --------------- */
body {
	background: #ffffff;
	text-align: center;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/* --------------- fastcoupons - header --------------- */
.header form {
	margin: 0px;
	padding: 0px;
}
.header select {
	margin: 0px;
	padding: 0px;
}
.header img {
	margin: 0px;
	border: none;
}
/* --------------- fastcoupons - bar --------------- */
.bar h2 {
	font-size: 13px;
	margin-bottom: 0px;
}
/* --------------- fastcoupons - coupons --------------- */
.coupons {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.coupons a:link, .coupons a:visited {
	color: #b40000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.coupons a:hover {
	color: #ff0000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.coupons hr {
	color: #c0c0c0;
	width: 70%;
	height: 1px;
	margin: 0px;
}
.details {
	width:100%;
	padding:5px;
	text-align:left;
	background-color:#FFFFFF;
}
.details2 {
	margin-right: 10px
}
/* --------------- fastcoupons - footer --------------- */
.footer {
	color: #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	clear: both;
}
.footer a:link, .footer a:visited {
	color: #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.footer a:hover {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
/* --------------- fastcoupons - bottom --------------- */
.bottom p {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* --------------- fastcoupons - text on black (and stores form) --------------- */
.textblackbg {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.textblackbg a:link, .textblackbg a:visited {
	color: #ff0000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.textblackbg a:hover {
	color: #ff6600;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
/* --------------- fastcoupons - bold, red spans --------------- */
.boldred {font-weight: bold; color: #b40000;}
/* --------------- fastcoupons - bold spans --------------- */
.bold {font-weight: bold;}
/* --------------- fastcoupons - green spans --------------- */
.green {color: #009900;}
/* --------------- fastcoupons - yellow spans --------------- */
.yellow {color: #ffff00;}
/* --------------- fastcoupons - hilite (bright yellow) spans --------------- */
.hilite {background-color: #ffff00;}
/* --------------- fastcoupons - bold and hilite (bright yellow) spans --------------- */
.boldhilite {font-weight: bold; background-color: #ffff00;}
/* --------------- fastcoupons - big, bold and hilite (bright yellow) spans --------------- */
.bigboldhilite {font-size: 13px; font-weight: bold; background-color: #ffff00;}
/* --------------- fastcoupons - hilite2 (beige) spans --------------- */
.hilite2 {background-color: #eeeecc;}
/* --------------- fastcoupons - bold and hilite2 (beige) spans --------------- */
.boldhilite2 {font-weight: bold; background-color: #eeeecc;}
/* --------------- fastcoupons - italic span --------------- */
.italics {font-style: italic;}
/* --------------- fastcoupons - gray italic span --------------- */
.grayitalics {color: #666666; font-style: italic;}
/* --------------- fastcoupons - small font spans --------------- */
.small {font-size: 8px;}
/* --------------- fastcoupons - smallish font spans --------------- */
.smallish {font-size: 9px;}
/* --------------- fastcoupons - small2 font spans --------------- */
.small2 {font-size: 10px;}
/* --------------- fastcoupons - small, red, bold spans --------------- */
.smrebo {font-size: 8px; color: red; font-weight: bold;}
/* --------------- fastcoupons - compress a table's td's --------------- */
.squeeze td {padding: 0px;}
.squeeze th {padding: 0px;}