@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 16px;
	font-weight:bold;
	color:#999999;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2 {
	font-size: 14px;
	font-weight:bold;
	color:#999999;
	margin-top: 0px;
	margin-bottom: 8px;
}

.bullet_title {
	margin: 0px;
	display: block;
	background: url('/design/images/bullet.gif') no-repeat left top;
	font-size:14px;
	color:#666666;
	padding-left: 25px;
	padding-top: 3px;
	line-height: 20px;
}

.bullet_subtitle {
	margin: 0px;
	padding-left: 25px;
	display: block;
	font-weight:bold;
}

.bullet_text {
	margin: 0px;
	padding-left: 25px;
	display: block;
}

.bullet_title a {
	color:#666666;
	text-decoration: none;
}
.bullet_subtitle a, .bullet_text a {
	color: #000000;
	text-decoration: none;
}

