body,div,span {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12;
}

.bullets{ 
list-style-type:none;
padding-left: 0;
margin-left: 0;
}

.bullets li { 
background:url(images/bullet.jpg) left center no-repeat;
padding-left: 15px;
margin-top:15px;
margin-bottom: 15px;
} 

a.srollover {
    display: block;
    width: 145px;
    height: 31px;
    background: url("images/links/clamp.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover {
    background: url("images/links/clamp_over.jpg") 0 0 no-repeat;
} 

a.srolloverActive {
    display: block;
    width: 145px;
    height: 31px;
    background: url("images/links/clamp_over.jpg") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srolloverActive {
    background: url("images/links/clamp_over.jpg") 0 0 no-repeat;
} 

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;	
	
}

a.footerlink {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;	
	text-decoration:none;
}

a.footerlink:hover {
	text-decoration:underline;
}