﻿/* Emerson Header */
    .emersonLeftBar{
        width:1%;
        padding-right:5px;
    }

	a.emersonHeaderNav:link, a.emersonHeaderNav:visited, a.emersonHeaderNav:active {
		color: #999;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		font-family:Arial;
		white-space:nowrap;
	}

	a.emersonHeaderNav:hover {
		color: #f7941d;
	}



/* Footer */
	a.emersonFooterNav:link, a.emersonFooterNav:visited, a.emersonFooterNav:active {
		color: #999;
		text-decoration: none;
		font-family:Arial;
		font-size: 9px;
		font-weight: bold;
		white-space:nowrap;
	}

	a.emersonFooterNav:hover {
		color: #f7941d;
	}

	.emersonFooterText	{
		color:#999;
		font-weight:bold;
		font-size:10px;
	}
	
	
	.emersonFooterBar{
	    background-color:#E5E5E5;
	    padding:5px 40px;
	}
		
	a.emersonFooterNavBar:link,a.emersonFooterNavBar:visited,a.emersonFooterNavBar:active {
		color: #004684;
		text-decoration: none;
		font-family:Arial;
		font-size: 9px;
		font-weight: bold;
		white-space:nowrap;	
	}
	
	a.emersonFooterNavBar:hover{
	    text-decoration: underline;
	}