/*-----------------Footer CSS--------------------*/
*{
margin:0;
padding:0;
}

body
{
	padding:0em;
	margin:0em;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
.footerStyle
{
	background-color: #000;
	width:100%;
	height:1.8em;
	padding-top:.4em;
	color:#FFFFFF;
	font-size:11px;
	background-image: url(/images/FooterBG.gif); 
	
}
.footerStyle a
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	
}
.footerStyle a:hover
{
	text-decoration:underline;
}
#footer
{
	width:100%;
	clear:both;
	height:auto;
	padding-top:10px;
	background-image: url(/images/FooterBottom.gif); 
	font-size:12px;
	color: #000000;
	
}

#footer a
{
	text-decoration:none;
}

#footer a:hover
{
	text-decoration: underline;
}
.FooterEnd
{
background-image:url(/images/footer-bottom.gif);
width:100%;
height:1.4em;
}
