@charset "utf-8";
/* CSS Document */
img, div, body { behavior: url(css/iepngfix.htc) }
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
img{
	display: inline;
}
.clearer{
	clear: both;
}
a:link, a:visited{
	color: #FF0000;
	text-decoration: none;
}
a:hover, a:active{
	color: #FF0000;
	text-decoration: underline;
}
form{
	display: inline;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 12px;
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
li{
	background: url(images/bullet.gif) 4px 5px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}