body { 
	/* customize_body */ font: normal normal 13px Arial; /* customize_body */
	/* customize_body */ color: #777777; /* customize_body */
	line-height:18px;
}

img {border: 0px}
a {
	/* customize_link */ color: #c21630; /* customize_link */
}
a:hover {
	/* customize_link_hover */ color: #c21630; /* customize_link_hover */
} 

h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:8px; letter-spacing:-1px }
h1{ font: normal normal 21px Arial; line-height:28px }
h2{ font-size:18px; line-height:24px }
h3{ font-size:16px; line-height:21px }
h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; margin:0px 0px 12px 0px; }

a.blue-more-button {
	background-color: #004990;
    border-radius: 6px 6px 6px 6px;
    display: block;
    height: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    text-align: center;
    width: 120px;
	float:right;
	color:#fff;
	text-decoration:none;
	font-size: 24px ;
	font-family: 'Droid Sans',sans-serif !important;
	}
	
ul {
list-style: square outside none; 
margin-left: 30px;
font-family: 'Droid Sans', sans-serif !important;
color: #8a8d99;
font-size: 16px;
line-height: 24px;
}

ol, ol li {
margin-left: 30px;
font-family: 'Droid Sans', sans-serif !important;
color: #8a8d99;
font-size: 16px;
line-height: 24px;
}

ul {
list-style: none outside none;
}
ul li { list-style-type: square; }	