/* CSS Document */

.support{
	margin-bottom:50px;
	}

.pic{
	float:left;
	width:155px;
	height:120px;
	margin-right:10px;
	text-align:center;
	}

.margin{
	margin-top:10px;
	}

.support h3{
	float:left;
	display:inline;
	font-weight:normal;
	border-bottom-style: none;
	width: 320px;
	}


.support ul{
	margin-top:10px;
	}

.li_red{
	color:#e20600;
	font-weight:bold;
	}
	
.li_bold{
	font-weight:bold;
	}

.homepage {
	float:right;
	width: 80px;
	display: block;
}


.support a:link {
	color: #666666;
}

.support a:visited {
	color: #666666;
}

.support a:hover {
	color:#990000;
}

