#header, #leftCol, #rightCol, #footer, #handheldheader {display:none;}

body {
	margin : 0;
	padding : 0;
	background-color : white;
	color : black;
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	}
#printheader {
	text-align : right;
	color : #000;
	font : 8pt tahoma, verdana, helvetica, sans-serif;
	margin-bottom : .5in;
	}
#printheader img {
	float : left;
	margin : 0;
	
	}

/*    CONTENT STYLING    */

h1, h2, h3 {
	font-family : Georgia, Times New Roman, serif;
	color : #c00;
	font-weight : bold;
	padding-bottom : .125in;
	}
h1 {font-size:15pt}
h2 {font-size:13pt}
h3 {font-size:11pt}

p {
	line-height : 1.4em;
	padding-bottom : .125in;
	}
blockquote p,
blockquote cite {
	margin : 0 10pt;
	color : #900;
	}
blockquote,
blockquote.scripture,
blockquote.floatl,
blockquote.floatr {
	border-left : 3pt solid #c00;
	padding-left : 0 0 0 10pt;
	margin : 20pt 0;
	}
#content img {
	display : none;
	}
img.floatr {
	margin : 0 0 5pt 5pt;
	}
#content ul {
	list-style-type : square;
	list-style-position : outside;
	padding-bottom : .125in;
	}
#content ol {
	list-style-type : decimal;
	padding-bottom : .125in;
	}
#content ol.olalpha {
	list-style-type : upper-alpha;
	}
#content li {
	margin : 5pt 0;
	}
a, a:visited, a:active {
	color : black;
	text-decoration : none;
	}
.attn {
	color : red;
	background-color : yellow;
	font-weight : bold;
	}
.noborder {
	border : none;
	}
.tar {
	text-align : right;
	}
.tal {
	text-align : left;
	}
.tac {
	text-align : center;
	}
