/* CSS Document */

body {
	background-image: url(../images/bg_heating.png);
	background-color: #EAE8FF;
	color:			  #222222;
}
td, th, div
	{
		color:					#222222;
	}
a.footerlinks:link, a.footerlinks:visited {color: #222222; text-decoration:none;}
a.footerlinks:hover, a.footerlinks:focus {color: #CC0000; text-decoration:underline;}
a.right_nav:link, a.right_nav:visited {color: #ffffff; text-decoration:none; font-weight: bold;}
a.right_nav:hover, a.right_nav:focus {color: #ffffff; text-decoration:underline; font-weight: bold;}
#dropmenudiv{
position:absolute;
border:1px solid #2F2F61;
border-bottom-width: 0;
font:normal 10px arial, helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #2F2F61;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DEC900;
}

.bottomlinks a
	{
		text-decoration:		none;
		color:					#3C3457;
		font-weight: bold;
		font-size: 10px;
	}
	
	.bottomlinks a:hover
	{
		text-decoration:		none;
		color:					#C7C6D7;
	}