BODY {
    	background-color: #ffffff;
    	font-family: "Times New Roman", serif;
    	font-size: 12pt;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: 400;
	margin-left: 120;
	color: rgb(1,51,153);
	}


.image1	{
	background-image: url(0-51-153_Block.gif); 
	background-repeat: repeat-y; 
	background-position: top left;
	background-attachment: fixed;
	}

A:link, A:active, A:visited, A:hover {
	font-weight: 700;
	text-decoration: none;
	}

A:link {
    	color: blue;
	}

A:active {
    	color: blue;
	}

A:visited {
    	color: #555555;
	}

A:hover {
    	color: blue;
	background: powderblue;
	}

PRE {
    	font-size: medium;
	font-family: "Courier","monospace";
	}

EM {
	font-style: italic;

	}

STRONG {
	font-weight: 800;
	}

CODE {  
	font-family: "Times New Roman", serif;
	font-style: italic;
	}

CODE.BibleVerse {	
	color: #aa0000;
	}

CODE.Quote {
	color: rgb(1,51,153);
	}
	
.DropCap {
	 font-size: 400%;
	 line-height: .9em;
	 font-weight: 800;
	 float: left; 
	}

.FinePrint {
	font-size: 60%;
	text-align: center;
	}

.Title	{
	text-align: center;
	}

HR {
	color: rgb(1,51,153);
	height: 2px;
	width: 95%;
	align: center;
	}

BLOCKQUOTE {
	font-size: 120%;
	font-style: italic; 
	}

P.Note1 {
	font-style: italic;
	font-weight: 600;
	text-align: center;
	}

P.Note2 {
	font-style: italic;
	font-weight: 400;
	text-align: left;
	}

P.Note3 {
	font-style: italic;
	font-size: 80%;
	font-weight: 200;
	text-align: left;
	}

P.Attention {
    	color: purple;
    	font-size: large;
    	font-style: italic;
    	font-weight: 800;
	}

P.Block {	/* Text Block */
	color: yellow;
    	background: #00aa00;
    	font-size: 130%;
	font-weight: 800;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	}

P.Tab {		/* Tab first line */
	text-indent: 5%;
	}

P.Footer {
    	font-size: 80%;
	text-align: center;
	}

SPAN.DropCap {	
	float: left;
    	font-family: "Brush Script BT",cursive;
	font-size: 250%;
	font-weight: 900;
	text-indent: 0;
	padding-right: 3px;
	}

P.Indent5pct {
	margin-left: 5%;
	}

P.Indent10pct {
	margin-left: 10%;
	}

P.Indent15pct {
	margin-left: 15%;
	}

.Fancy {
    	font-family: "Brush Script BT",cursive;
	font-weight: 800;
	margin-bottom: .5em;
	}

.FirstLine {
	font-size: 125%;
	font-weight: 900;
	}

.Red	{
	color: red;
	font-weight: 800;
	}

H1.Title {
	text-align: center;
	font-size: 300%;
	font-weight: 800;
	margin-bottom: -.3em;
	}

H2.Title {
 	text-align: center;
    	font-size: 175%;
	font-weight: 800;
    	margin-bottom: -.4em;
	}

H3.Title {
	text-align: center;
    	font-size: 150%;
	font-weight: 800;
    	margin-bottom: -.6em;
	}

H4.Title {
	text-align: center;
    	font-size: 110%;
	font-weight: 800;
    	margin-bottom: -.8em;
	}

H5.Title {
	text-align: center;
    	font-size: 90%;
	font-weight: 800;
    	margin-bottom: -.9em;
	}

H6.Title {
	text-align: center;
    	font-size: 80%;
	font-weight: 800;
    	margin-bottom: -1em;
	}

H1, H2, H3, H4, H5, H6 {
	font-weight: 800;
	text-align: left;
	}

H1	{
	font-size: 300%;
	}

H2 {
    	font-size: 175%;
	}

H3 {
    	font-size: 150%;
	}

H4 {
    	font-size: 120%;
	margin-bottom: -.8em;
	}

H5 {
    	font-size: 100%;
	margin-bottom: -1em;
	}

H6 {
    	font-size: 80%;
	margin-bottom: -1em;
	}

OL {
	value: list-item;
	list-style-image: none;
	list-style-type: decimal;
	font-size: 80%;
	}

UL {
	value: list-item;
	list-style-image: url(BB-list.png);
	}

LI {
	margin-bottom: 20px;
	margin-left: 25px;
	}

IMG.Counter {
	margin-bottom: -10px;
	}

IMG.Email {
	margin-bottom: -2px;
	}

IMG.Left {
	float: left
	}

IMG.Right {
	float: right
	}



