﻿body {
    font-family:Arial;
    font-size:12px;
    color:Black;
    margin-top:0px;
}
img
{
    border:none;    
}
hr
{
	height:1px;
	border:0px solid green;
	background-color:green;
	margin-left:10px;
	margin-right:10px;
}

.NavText, .NavText a
{
    font-size:10px;    
    color:Black;
}

.GrayHeader
{
    font-size:20px;
    font-family:Times New Roman;
    color:Gray;    
    padding-left:10px;
    font-weight:bolder;
}

.GreenHeader
{
    font-size:18px;
    font-family:Times New Roman;
    color:Green;    
    padding-left:10px;
    font-weight:bolder;
}

.HeadlineText
{
    font-size:16px;
    color:Black;
    font-weight:bolder;    
}

.NameLine
{
    font-size:14px;
    color:Black;
}
.SearchText
{
    font-size:16px;
    color:White;
    font-family:Times New Roman;
    background-color:#559b52;
}

.GreenLink, .GreenLink a
{
    color:Green;        
}    

.GreenLink:hover
{
    color:Green;
    text-decoration:underline;
}

.BlueText, BlueText a
{
    color:#3A72C7;
    font-weight:bold;    
}

.vertbar
{
    border-left: #3A72C7 1px solid;
}

/*Tab styles */

.WizardTheme .ajax__tab_header {padding:0px;margin:0px;white-space:nowrap;}
.WizardTheme .ajax__tab_header .ajax__tab_outer .ajax__tab_inner {border:none;padding:0px;margin:0px;border-top-width:0;white-space:nowrap;}
/*padding:0px;margin:0px; needs to be 0 to remove gap in between tabs*/
.WizardTheme .ajax__tab_header .ajax__tab_tab {height:64px;text-align:left;padding:0px;margin:0px;white-space:nowrap;}
.WizardTheme .ajax__tab_header .ajax__tab_tab img{height:64px;white-space:nowrap;padding:0px;}
.WizardTheme .ajax__tab_body {width:928px;font-size:10pt;padding:10px;background-color:#FFFFFF; border-left: solid 1px #BBCEEC; border-right: solid 1px #BBCEEC; border-bottom: solid 1px #BBCEEC;}
.WizardTheme .ajax__tab_active .ajax__tab_tab {background-color:#FFFFFF;}
.WizardTheme .ajax__tab_active .ajax__tab_outer {height:64px;padding:0;background-color:#FFFFFF;}
.WizardTheme .ajax__tab_active .ajax__tab_inner {background-color:#FFFFFF;}

/* End Tab styles*/  

.MemorialHeadLine
{
    font-family:Arial;
    font-size:20px;    
    font-weight:bold;
}    
    
.MemorialTitle
{
    font-family:Arial;
    font-size:16px;    
    font-weight:bold;
}   

/* SEO Styles */
a h1, a h2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    font-weight:normal;
    display: inline;
}

a:hover h1, a:hover h2 {
    text-decoration: underline;
    color: green;
}

b h1, b h2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    display: inline;
}

span h1, span h2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    display: inline;
}   

