.support_background {
	background-image:		url('../img/support/background.jpg');
	background-position:	top right;
	background-repeat:		no-repeat;
}
ul {
	margin-bottom:			10px;
	list-style-image: 		url('../img/etc/bullet.png');
}
ul ul {
	margin-top:				20px;
	margin-bottom:			20px;
	list-style:				disc;
	/* list-style-image: 		url('../img/etc/bullet_gray.png'); */
}

ul li ul li {
	margin-top:				10px;
	margin-bottom:			10px;
}
ul li ul li a:link {
	color:					#6e6a68;
}
ul li ul li a:visited {
	color:					#6e6a68;
}
ul li ul li a:hover {
	color:					#b20008;
}

.reduced_content {
	width:					525px;
}
