BODY {
	background-color: white;
	color: navy;
	font-family: "Verdana", "Tahoma", "Arial", serif;
	font-size: 9pt;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	margin-left: 00;
	margin-right: 00;
	}


.image1	{
	background-color: white;
	background-image: url(); 
	background-repeat: repeat-y; 
	background-position: 50px 0px;
	background-attachment: scrolling;
	}


A:link {
	color: blue;
	font-weight: 700;
	text-decoration: none;
	}

A:active {
	color: blue;
	font-weight: 700;
	text-decoration: none;
	}

A:visited {
	color: navy;
	font-weight: 700;
	text-decoration: none;
	}

A:hover {
    	color: navy;
	text-decoration: none;
	background-color: #ffaa88;
	}

TD {
	font-size: 9pt;
	-moz-border-radius: 10px;
	}

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

EM {
	font-style: italic;

	}

STRONG {
	font-weight: 800;

	}

CODE {
	font-family: "Courier","monospace";
	font-weight: 800;
	color: navy;
	}

CODE.BibleVerse {	
    	font-family: "Arial","sans-serif";
	font-style: italic;
	color: #dd0000;
	}

CODE.Quote {
	font-family: "Arial","sans-serif";
	font-style: italic;
	font-weight: 500;
	color: black;
	}

CITE {		/* Use for Titles of Books, etc. */
	font-style: italic;
	}

DFN {
	font-variant: small-caps;
	}

SMALL {
	font-size: 7pt;
	}

HR {
	color: navy;
	height: 2px;
	width: 75%;
	align: center;
	}

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

.Big {
	font-size: 120%;
	font-weight: 900;
	text-align: left;
	text-decoration: underline;	
	}

.Big2 {
	font-size: 120%;
	font-weight: 900;
	text-align: left;
	text-decoration: none;	
	}
	
.textBody {
	font-size: 130%;
	font-weight: 300;
	text-align: left;
	text-decoration: none;
	}

.Small {
	font-size: 75%;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	font-style: italic; 
	}

.Category {
	font-size: 100%;
	font-weight: 700;
	text-align: left;
	color: navy;
	background-color: gold;
	}

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

.Normal {
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	}

.Fancy {
    	text-align: right;
	font-size: 150%;
	font-weight: 800;
	font-style: italic; 
	}

.CategoryList {
	font-family:  "Staccato222 BT", "BernhardMod BT", "Dauphin-Normal", cursive;
	text-align: center;
	font-size: 250%;
	font-weight: 800;
	}

.Quotation	{
	color: #cc8800; 
	font-family: "Staccato222 BT", "BernhardMod BT", "Dauphin-Normal", cursive;
	text-align: center;
	font-size: 16pt; 
	font-weight: 100;
	}

.Title {	
	text-align: center;
	}

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

.Note3 {
	font-style: italic;
	font-size: 75%;
	font-weight: 200;
	}

P.Attention {
    	color: #bb0000;
    	font-size: medium;
    	font-style: italic;
    	font-weight: 800;
    	margin-bottom: -1em;
	}

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

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

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

P.DropCap {	
	font-family: "Staccato222 BT", "Dauphin-Normal", "BernhardMod BT", cursive;
	float: left;
	font-size: 180%;
	font-weight: 900;
	text-indent: 0;
	padding-right: 5px;
	}

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

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

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

H1 {
	font-size: 300%;
	font-weight: 800;
	}

H2 {
    	font-size: 200%;
	font-weight: 800;
	}

H3 {
    	font-size: 150%;
	font-weight: 800;
	text-decoration: none;
	}

H4 {
    	font-size: 110%;
	font-weight: 800;

	}

H5 {
    	font-size: 100%;
	font-weight: 800;
	}

H6 {
    	font-size: 80%;
	font-weight: 800;
	font-style: italic;
	}

UL {
	value: list-item;
	list-style-image: url(Diamond-Red.gif);
	}

IMG.Left {
	float: left;
	}

IMG.Right {
	float: right;
	}


.transparent {
  zoom: 1; /* gives the object layout */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.1;
} 


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none; /* 1px dotted black;  If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity .5s;
	}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
	}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: .9;
	}
	
#rcorners1 {
    border-radius: 8px;
    border: none;
    padding: 1px; 
    width: ;
    height: ;    
}

#rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px;    
}
