﻿body	
{
	color: black;  
	background-color: #FDFBDF; 
	font-family: georgia, arial, sans-serif; 
	font-size: 14px;	
}

p
{
	color: black;
	font-family: georgia, arial, sans-serif; 
	font-size: 14px;
}

a
{
    border: none;
}
a:link 	
{

	color: #998420; 
	text-decoration: none; 
}
a:hover	
{
    
	color: #AA9531; 
	text-decoration: none; 
}
a:visited	
{
	color: #887310; 
	text-decoration: none; 
}

.grid
{
	color:white;
    font-size: 10px;
    width:75%;
    text-align:left; 
} 

.header
{
    font-size: 15px;
    font-family: Arial;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.title
{
	color: white;
	/*font-variant:small-caps;*/
	font-family: Arial Narrow; 
	font-size: 24px;
}

.directory
{
	color: white;
	font-variant:small-caps;
	font-family: georgia, sans-serif; 
	font-size: 13px;
}

.button
{
	font-variant:small-caps;
	font-family: georgia, sans-serif; 
    /*font-family:Arial;*/
    color: Green;
    font-size: 24px;
}

.errmsg
{
	color: red; 
	font-family: arial, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	text-decoration:none
}

.footer
{  
	font-size:10px; 
}   

.logoframe
{
    position: absolute;  
    bottom:0; 
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    z-index: -1; 
    filter:alpha (opacity=50);
}
.ephesians
{
	color: #A6052F;
	font-size: 12px;
	font-weight: bold;
}
	
