/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #F4F0E1;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.p-scripture    { color: #800000; font-size: 12pt; font-style: italic; word-spacing: 0; 
               line-height: 150%; padding-top: 7; 
               padding-bottom: 7; background-color: #E0DAB6; margin-left:15; margin-right:0; margin-top:10; margin-bottom:10; padding-left:9; padding-right:6 }
p            { font-family: Times New Roman }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
h1           { color: #333399; font-size: 14pt; font-family: Arial Black; font-weight: bold; 
               text-align: left; padding-top: 3; padding-bottom: 6 }
	
		
h2           { font-family: Arial; color: #333399; text-transform: uppercase; font-size: 12pt; 
               font-weight: bold; text-align: left; margin-left: 10 }

H3	{	
	font-family: Arial;
	font-size:	12pt;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none; color:#000000
	}	
		
H4	{	
	font-family: Arial;
	font-size:	12pt;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
a            { color: #0000FF; text-decoration: none; font-family:Arial; font-weight:bold; font-size:10pt }
a:link       { text-decoration: none; font-family: Arial; color: #0000FF; font-weight:bold; font-size:10pt }
a:visited    { color: #000080; text-decoration: none; font-family: Arial; font-weight:bold; font-size:10pt }
a:active     { text-decoration: none; font-family: Arial; color: #FF0000; font-weight:bold; font-size:10pt }	
		
A:hover	{	
	text-decoration:	none;
	color:	#FF0000;font-family:Arial; font-weight:bold; font-size:10pt
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
ol           { text-align: left; font-family: Times New Roman; font-size: 12pt; margin-left: 
               65; margin-top: 12; margin-bottom: 12 }
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{

	}