body
{
}

.brand_logo
{
	width:170px; 
	height:170px; 
	margin-left: 20px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #cccccc;
}

.h1_title
{
	font-size:24px;
	color:black;
	border-bottom:1px solid #CCCCCC;
	float:inherit !important;
}

.h2_txt
{
	font-size:13px;
	color:black;
	margin-bottom:0px !important;
	margin-top:0px !important;
}

p
{
	color:black;
}

.ul_content
{
	list-style-type: square;
	margin: 10px 0px 0px 30px;
	color:black;
}

.ul_content2
{
	list-style-type: circle;
	margin: 5px 0px 0px 30px;
	color:black;
}

@media only screen and (max-width: 479px) {
	.brand_logo { float:inherit; }
}