body {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color: #3366CC;
}
.bullet1
{
	margin-left: 10px;
	padding-left: 5px;
	list-style: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}

.bullet1 li 
{
	padding-left: 18px;
	background-image: url(../images/yellow_square.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	color: #1F4578;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 8px;
}

.bullet2
{
	margin-left: 10px;
	padding-left: 5px;
	list-style: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}

.bullet2 li 
{
	padding-left: 24px;
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: 0em .6em;
	color: #1F4578;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 4px;
}
