/* CSS Document */
<style type="text/css">
<!--



* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {

font-family: Verdana, Arial, Tahoma, sans-serif;

}
body {
font-size: 70%;
}






/**************************
FOOTER
**************************/
#footer {
width: 100%;
height: 20px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -10px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;
background-image:url(bg_footer.gif)

}
.style1 {color: #FFFFFF;
line-height:15px;
height:30px;

}
.style2 {color: #FFFFFF;
text-decoration:none;
}
.style5 {
	color: #30575c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.style6 {
	color: #fdca00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style7 {
	color: #666f70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.style8{
	color: #666f70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}


-->
</style>

