@charset "utf-8";

	.bt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.bt1:link {
	text-decoration: none;
}
.bt1:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.bt1:hover {
	text-decoration: underline;
	color: #2F142D;
}
.bt1:active {
	text-decoration: none;
	color: #FFFFFF;
}
.content {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.contentbold {
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.contentbold1 {
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
	color: #6D2E69;
	text-decoration: none;
	font-weight: bold;
}

.contentbullet {
	font-family: arial;
	font-size: 11px;
	line-height: 15px;
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
}
.blank {
	font-family: arial;
	font-size: 5px;
	line-height: 7px;
}

