/* Everything below this is for print media */




/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }



body {
	color: #2A2A2A;
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 10pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;}
	
	


#coupon {
	border-bottom-color: 003b71;
	border-top-color: 003b71;
	border-left-color: 003b71;
	border-right-color: 003b71;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	border-top-style: dashed;
	padding-bottom: 30px;
	padding-top: 30px;
	vertical-align: middle;
	width: 100%;}
	
	
	
	
.coupon_header {
	color: #000000;
	font-size: 10px;
	font-style: capitalize;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;}	
	
	
	
	
.coupon_headline {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;		
	color: #FFFFFF;
	font-size:28px;
	font-weight: bold;
	line-height:28px;
	width: 80%;
	background-color: #003b71;
	padding-top: 12px;
	padding-bottom: 16px;}
	
	
	
	
.coupon_sub_headline {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
	font-size:14px;}	
	
	
	
	
.coupon_content {
	color: #000000;
	font-size: 12px;}
	
	
	
	
.coupon_disclaimer {
	padding: 0;
	margin: 0;
	font-family: Lucida Grande, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;}
	
	
	
	
	
/* Remove unwanted elements */
#header, .top_nav, #staticnav, .footer, .crumb, .crumb_title, .crumb_delimiter, .rightnav, .rightnav_headline, .rightnav_bkgrnd, .phone_number, .search_box, #print_coupon_button {
display: none;}








/* Improve colour contrast of links */
a:link, a:visited {
	color: #0000FF;}