/*------------------------------
 CSS Document
 created: August 2007  
 author: Karan Seraph
 website: http://karanseraph.com
-------------------------------*/
/*------Remove Non-Printing Elements------*/
#localnav, #nav, #brand {display: none;}
/*------Replacements for non-printing Styles------*/
.replace {visibility: visible;}
h1.replace {font-family: "Lucida Calligraphy", "Monotype Corsiva", serif; text-align: center; display: block; padding: 2px; color: #000000; border: 2px solid #000000;}
h1.replace a {text-decoration: none; color: #000000;}
/*------General Print Styles------*/
a img {border: none;}
/*------Typography Print Styles------*/
body {font-size: 12pt; font-family: "Times New Roman", TimesNR, Times, serif;}
#alt {font-family:"OCR A Extended", "Lucida Sans Typewriter", "Lucida Console", "Courier New", Courier, monospace; font-size: 10pt;}
h1 {font-weight: bold; font-size: 16pt;}
h2 {font-weight: bold; font-size: 16pt;}
h3 {font-weight: bold; font-size: 14pt;}
/*------Print Layout Styles------*/
#intro {border-bottom: 1px solid;}
#credits {border-top: 1px solid;
	padding-top: 0.8em;
	font-style: italic;
	font-size: 0.8em;
	text-align: center;
}

