#content p {
	margin-top:0px;
	margin-bottom:10px;
	line-height:16px;
	font-size:12px;
	color: #434343;
}

#content a{
	color: #bc0718;
	text-decoration:none;
}


#content a:hover{
	color: #434343;
	text-decoration:underline;
	
}

#content ul{
	margin-bottom: 10px;
 	padding-left: 15px;
	color: #434343
 }
#content ul li{
	list-style:square;
	line-height: 16px;
	margin-bottom: 5px;

}

#content h2.first{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	color: #bc0718;
	border-bottom: 1px solid #bc0718;
}

#content h2{
	color: #bc0718;
	border-bottom: 1px solid #bc0718;
}


#content h2.az{
	margin: 25px 0px 5px 0px;
	border-bottom: 1px solid #bc0718;
}



