/*standard css*/
html{
	font-size:100.01%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
#bullets ul{
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.2em;
}
#bullets li{
	display:block;
	margin-bottom:6px;
	margin-top:6px;
	padding-left:8px;
	background:url(../images/bullet.jpg) 0 6px no-repeat;
}