/*
'*********************************************************************************************
'  Module:   NE.css
'
'  Summary:  Natural England specific stylesheet
'
'
'*********************************************************************************************
'
' Version 1.0   27/01/2009  K.Aherne   MER 8NE-101777 - Created
' Version 1.1   17/03/2010  K.Aherne   8D-127a WPO2 - Made following changes to override Common 
'                                      Code changes made as part of Accessibility project:
'                                       - Reinstated H3 attributes
'                                       - Renamed greenborder class to Defraborder
'*********************************************************************************************
*/
h2 {
    font-weight: normal; 
    color: #780046;
		margin: 0px;
}

h3 {
		font-family: arial, helvetica, sans-serif;
		font-weight: normal; 
		font-size: 16pt;
		color: #780046;
	    background-color: White;		
		margin: 0px;
		padding: 0px 0px 22px 0px;
}

h4 {
    font-weight: bold;
    color: #780046;
		margin: 10px 0px 10px 0px;
}
h5 {
    font-weight: bold; 
    color: #780046;
		margin: 10px 0px 10px 0px;
}

h6 {
    font-weight: bold; 
	margin: 10px 0px 10px 0px;
}

.leftnavlinks
{
    font-weight: normal;
    font-size: 90%;
    font-family: arial, helvetica, sans-serif;
    color: #666;
}

a.leftnavlinks:link
{
    font-size: 90%;
    text-decoration: none;
}

a.leftnavlinks:visited
{
    font-size: 90%;
    text-decoration: none;
}

a.leftnavlinks:hover
{
    font-size: 90%;	
    text-decoration: underline;
}

a.leftnavlinks:active
{
    font-size: 90%;
    text-decoration: none;	
}

.leftnavhere
{
    font-weight: bold;
    font-size: 90%;
    font-family: arial, helvetica, sans-serif;
    color: #666;
    text-decoration: none;	
}


.NEBanner 
{
	margin: 0px 0px 0px 0px;
}

.Defraborder
{
    border-style: solid;    
    border-width: 1px;
    border-color: #780046;		
}
