/* The Candid Canine		*/
/* Main Stylesheet		*/
/* File Name: print.css	*/
/* Media: Print		*/
/* Creation: April 21, 2006	*/
/* (C) 2006 Lucid Apple		*/

/* Generic Attributes */
body { background-image: url(../images/bg.jpg); font-family: "Verdana", "Arial", "Helvetica", sans-serif; color: #000000; }
h1 { font-family: "Arial", sans-serif; font-size: 24px; }
h2 { font-family: "Arial", sans-serif; font-size: 20px; }
h3 { font-family: "Arial", sans-serif; font-size: 18px; font-weight: bold;}
h4 { font-family: "Arial", sans-serif; font-size: 16px; font-weight: bold;}
img { border: 0; display: none; }
p { line-height: 150%; }
a, :active, :visited { text-decoration: underline; color: #000000; }
a:hover { text-decoration: underline; }
hr { width: 80%; size: 1; }

/* Custom Classes */
.leftpadding { display: none; }
.rightpadding { display: none; }
.content { padding-left: 20px; padding-right: 20px; width: 800px; font-size: 12px; }
.footer { text-align: center; width: 800px; font-size: 9px; }
p.center { text-align: center; }
h1.center { text-align: center; }
h2.center { text-align: center; }

/* Custom Elements */
#display { display: none; }