﻿/*GeneralStyles*/
 #ContentHeaderImage
{
    margin:0px 0px 0px 0px;    
    padding:0px 0px 20px 20px;
	background-position:bottom; 
	background-repeat:no-repeat;
    }
       
span.ContentHeaderText
{
	font-family:Helvetica; 
	font-weight:Bold;
	font-size:25px; 
	font-variant:small-caps;
	}
/*#TopHorizontalDottedLine
{
    margin:0px;
    padding:0px;    
    }*/
    
#ContentMsg
{    
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;    
    height:auto; 
    float:left;    
    font-family:Verdana;
    color:#333333;
    font-size:10px;        
    
    }

#ContentMsg span.Highlight                       /* to show the highlight text in bold */ 
{
    margin:0px 0px 0px 0px;
    padding:0px;
    font-family:Verdana;
     color:#333333;
    font-weight:bold;
    font-size:10px;        
 }   
    
#ContentMsg span.Heading
{
    margin:0px 0px 0px 0px;
    padding:0px;
    font-family:Verdana;
    font-weight:bold;
    font-size:12px;        
    }
    
    
#ContentMsg  span.GrayHeading
{
    margin:0px 5px 0px 0px;
    padding:0px 0px 0px 0px;
    font-weight:bold;
    color:#5F5F5F;
    font-size:11px;
    }
    
#ContentMsg a.Link
{    
   
    font-weight:bold;
    text-decoration:underline;
    color:#0173BC;        
    border:0px solid green;
    
    }

/* -- For the marketingpage.master page -- */

body.MarketingPageWrapper
{
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:small;
	background-color:#cccccc;
}

/* --- For the EFCB Logo to appear all over the pages */

img.EFCBMainLogo
{
	text-decoration :none; 
	border:0px solid white;
	background-color :Transparent ;
	margin:0 38px;
}

