/* 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: #754C29;
	font-family: Georgia, Times New Roman, Times, 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%;}
	
	
	
	
	
#longtitle_generic {
	color: #754C29;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-top: 30px;
	width: 100%;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 24px;
	font-weight: bold;}
	
		
	
	
	
	
#content_generic {
	color: #754C29;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 40px;
	float: left;}
	
	
	
	
	
/* 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;}