/* root level text style */

a:link {color: #fdd600;}
a:visited {color: #ffffff;}
a:active {color: #ffffff;}

a:hover {color: #ffffff; text-decoration: none;}

a.nound:link {text-decoration: none;}
a.nound:active {text-decoration: none;}
a.nound:visited {text-decoration: none;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}
	
td {
	font-size: 11px;
	color: #ffffff;
	}
	
h2 {
    margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}
	
h1 {
    margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #fdd600;
	}
	
a.energyNav:link {
    text-decoration:none;
    font-size:10px;
    color:#031634;
    font-weight:bold;
    }

a.energyNav:hover {
    text-decoration:underline;
    font-size:10px;
    color:#093474;
    font-weight:bold;
    }

a.energyNav:visited {
    text-decoration:none;
    font-size:10px;
    color:#031634;
    font-weight:bold;
    }



