<!--

BODY {
	background-color : #352C47;
	color: #3E1E7A;
	font-family : Arial;
}
A:link {
	color: #3E1E7A;
	font-family : Arial;
	text-decoration:none;
}
A:visited {
	color: #3E1E7A;
	font-family : Arial;
	text-decoration:none;
}
A:hover {
	color: #660099;
	font-family : Arial;
	text-decoration:underline;
}
A:active {
	color: #3E1E7A;
	font-family : Arial;
	text-decoration:none
}
A.selected	{
	color: #000000; 
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
.class2 A:link {text-decoration: underline}
.class2 A:visited {text-decoration: underline}
.class2 A:active {text-decoration: underline}
.class2 A:hover {text-decoration: underline; color: #660099;}
.class3 A:link {text-decoration: none; color: #ffffff;}
.class3 A:visited {text-decoration: none; color: #ffffff;}
.class3 A:active {text-decoration: none; color: #ffffff;}
.class3 A:hover {text-decoration: none; color: #ffffff;}
BLOCKQUOTE {
	font-family : Arial;
	font-size :  10pt;
	color:#3E1E7A;
}
UL {
	color:#3E1E7A;
	list-style-type: disc;
	font-size :  10pt;
	font-family: Arial;
}
OL {
	color:#3E1E7A;
	list-style-type: decimal;
	font-size :  10pt;
	font-family: Arial;
}
DL {
	color:#3E1E7A;
	font-size :  10pt;
	font-family: Arial;
}
H1 {
	font-family : Verdana, Arial;
	font-size : 10pt;
	color : #3E1E7A;
}
H2 {
	font-family : Verdana, Arial;
	font-size : 10pt;
	color : #3E1E7A;
}
H3 {
	font-family : Verdana, Arial;
	font-size : medium;
	color : #3E1E7A;
}
P {
	font-family : Arial;
	font-size :  10pt;
	color:#3E1E7A;
}
.p-b {
	font-family : Arial;
	font-size :  10pt;
	font-weight : bold;
	color:#3E1E7A;
	padding: 0px 5px 0px 5px; 
}
.p-norm {
	font-family : Arial;
	font-size :  10pt;
	color:#3E1E7A;
	padding: 0px 5px 0px 5px; 
}
.sm {
	font-family : Verdana, Arial;
	font-size :  8pt;
	color:#3E1E7A;
	padding: 0px 5px 0px 5px; 
}
.sm-2 {
	font-family : Verdana, Arial;
	font-size :  8pt;
	color:#3E1E7A;
}
.title {
	font-family : Verdana, Arial;
	font-size :  10pt;
	color:#3E1E7A;
	padding: 0px 5px 0px 5px; 
}
.title-b {
	font-family : Verdana, Arial;
	font-size :  10pt;
	font-weight : bold;
	color:#3E1E7A;
	padding: 0px 5px 0px 5px; 
}
.top { 
	color: #660099;
	font-family: Arial;
	font-size: xx-small;
}
HR {
	color: #352C47;
	shade:no-shade;
	height: 1px; 
}
.quote {
	color:#660099;
	font-size :  9pt;
	font-family: Arial;
}
#copyright {
 clear:both;
 width:760px;
 align:center;
 border:1px ridge #6633CC;
 background:#808080;
 color: #ffffff;
 margin:0;
 text-align:center;
 font-size :  8pt;
 font-family: Arial;
 }

/* Begin Form */ 

#promo {
 background:#D7D8EA;
 width: 460px;
 text-align:left;
 padding: 4px 2px 5px 5px;
 border:1px ridge #6633CC;
 font-family: Arial;
 font-size: 10pt;
 color: #000080;
}

#form-left {
 float: left;
 padding-left: 5px;
}
#form-right {
 padding-left: 225px;
}    

#promo-side {
 background:#D7D8EA;
 width: 180px;
 text-align:left;
 padding: 4px 2px 5px 5px;
 border:1px ridge #6633CC;
 font-family: Arial;
 font-size: 10pt;
 color: #000080;
}

/* End Form */ 


/* Begin Top Menu */
/* Credits: Dynamic Drive CSS Library */
/* dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: auto; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: #5959AB url(http://mintools.com/images/navbar2.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #5959AB url(http://mintools.com/images/nav-bar1.jpg) center center repeat-x;
}

/* End Top Menu */

.lbsTooltip
{
    background:#F0EFEA;
    border: 1px solid #999;
}

.lbsTooltipHeader
{
    background:#DAD8CB;
    font-weight:bold;
    font-size:15px;
    font-family:Arial,Helvetica,serif;
    margin: 0;
    padding:4px;
    position:relative;
    text-align:left;
    border-bottom: 1px solid #999;
}

.lbsTooltipBody 
{
    padding: 4px 8px 0 8px;
    margin:0;
    position:relative;
    z-index: 2;
    text-align:left;
}

.lbsTooltipBody p
{
    display: inline;
    color: black;
    font-family:Arial,Helvetica,serif;
    font-size: 14px;
    line-height:16px;
}

.lbsTooltipFooter
{
    bottom:4px;
    font-family:Helvetica,Arial,serif;
    font-size:11px;
    margin-top: 4px;
    position:absolute;
    text-align:right;
}

.lbsTooltip a
{
    color: #999;
    text-decoration: none;
    font-size: 12px;
}

.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
    font-size: 85%;
    top: -1px;
    position: relative;
}

.lbsTooltipBody .ch-ref
{
    font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
    color: #696969;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
    margin: 0;
    padding: 0;
}

-->