﻿
.content-detail-formatted{
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	color:#606060;
}
	.content-detail-formatted em{
		font-style:italic;
	}
	.content-detail-formatted strong{
		font-weight:bold;
	}
	
	.content-detail-formatted h1,
	.content-detail-formatted h2,
	.content-detail-formatted h3,
	.content-detail-formatted h4,
	.content-detail-formatted h5{
		color:#606060;
		font-weight:bold;
		margin-bottom:3px;
	}
	
	.content-detail-formatted h1{
		font-size:150%;
	}
	.content-detail-formatted h2{
		font-size:140%;
	}
	.content-detail-formatted h3{
		font-size:130%;
	}
	.content-detail-formatted h4{
		font-size:120%;
	}
	.content-detail-formatted h5{
		font-size:110%;
	}
	
	.content-detail-formatted ul{
		padding-left:20px;
		margin: 10px 0;
	}
		.content-detail-formatted ul li{
			list-style-type:disc;
		}
	.content-detail-formatted p{
		margin: 10px 0;
	}
	
	.content-detail-formatted a{
		color:#c03806;
	}
	
	.content-detail-formatted img{
		max-width:700px;
		-moz-box-shadow: 0px 2px 15px #333;
		-webkit-box-shadow: 0px 2px 7px #555;
	}
	