body {
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

a {
	font-family: Tahoma;
	font-size: 12px;
	color: #0000CD;
	font-weight: normal;
}

td, textarea, input, select {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.text1 {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.text2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #5C5C5C;
}
.text3 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	line-height: 16px;
}
.text4 {
	font-family: tahoma;
	font-size: 14px;
	color: #191970;
	font-weight: bold;
}
.text5 {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.text6 {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.text7 {
	font-family: tahoma;
	font-size: 14px;
	color: #EEAD0E;
	font-weight: bold;
}
.text8 {
	font-family: tahoma;
	font-size: 14px;
	color: #FFD700;
	font-weight: bold;
}
.text9 {
	font-family: tahoma;
	font-size: 16px;
	color: #FFD700;
	font-weight: bold;
}
.text10 {
	font-family: tahoma;
	font-size: 12px;
	color: #FFD700;
	font-weight: bold;
}

.chartheader
	{padding:5px;
	background:#191970;
	border-right: 1px solid #FFFFFF;
}

.chart1
	{padding:5px;
	background:#E8E8E8;
	border-right: 1px solid #FFFFFF;
}

.chart2
	{padding:5px;
	background:#A2B5CD;
	border-right: 1px solid #FFFFFF;
}

.chart3
	{padding:5px;
	background:#EEAD0E;
	border-right: 1px solid #FFFFFF;
}

.chart4
	{padding:5px;
	border-right: 1px solid #FFFFFF;
}

.energyhome
	{padding:10px;
	background:#191970;
}

.energyhome2
	{padding:10px;
	background:#E8E8E8;
}

			* {
				padding: 0;
				margin: 0;
				font-family: Tahoma, sans-serif;
			}
			
			body {
				margin: 0px;
				font-size: 12px;
				behavior: url("csshover3.htc");
			}

			ul {
			list-style: none;
			} 

			ul a {
				color: #FFF;
				text-decoration: none;
				display: block;
				padding: 5px 5px 5px 10px;
				width: 138px;
				height: 19px;
				background: #A2B5CD;
			}
			
			ul a:hover {
				color: #6495ED;
				text-decoration: none;
				background: #191970;
			}
			
			ul li {
			border-bottom: 1px solid #FFF;
			border-right: 1px solid #FFF;
			float: left;
			position: relative;
			}

			ul li ul {
			list-style: none;
			position: absolute;
			left: 0;
			top: 100%;
			display: none;
			width: 125px;
			border-top: 1px solid #FFF;
			}

			
			ul li:hover ul { display: block; }
