body {
	background-color:#ebebeb;
	padding-top: 40px;
	margin: 0;
}

.sheet {
	padding: 40px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 10px #cccccc;
	background-color: #ffffff;
	margin-bottom: 40px;
}

.sheet > h2 {
	font-size: 19px;
}

.sheet .lead {
	font-size: 16px;
}

.sheet .lead span {
	font-size: 14px;
}

.sheet > h3 {
	font-size: 17px;
	margin-bottom: 5px;
}

.sheet-small {
	padding:40px;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0 0 10px #cccccc;
	background-color:#ffffff;
}

.sheet-small .lead {
	font-size: 16px;
}

.sheet-small .lead span {
	font-size: 14px;
}

.sheet-small a {
	color: #E06541;
}

.sheet-small a:hover {
	text-decoration:none;
	color: #333333;
}

/*.row-line .col-md-6:first-child {
	padding-left: 0;
}*/

a {
	color: #E06541;
}
a:hover {
	text-decoration:none;
	color: #333333;
}
.powerby {
	color: #999;
font-size: 11px;
margin-bottom: 10px;
margin-top: 15px;
border-top:#ccc dotted 2px;
padding-top: 10px;
margin-top: 20px;
}
.unctad50 a {
	color: #000;
}
.unctad50 img{
	height: 53px;
	margin-right: 15px;
}
body ::selection, body img ::selection {
background: #E06541;
color: #fff;
text-shadow: none;
}
p {
	text-align: justify;
}

p.grey {
	font-size: 15px;
}

p.blue {
	text-align: right;
	color: #294b7f;
	font-size: 14px;
}

p.blue.sub-title {
	text-align: left;
}

.row-line {
	margin: 30px 0px;
}

.imagedropshadow { padding: 5px; border: solid 1px #EFEFEF; } a:hover img.imagedropshadow { border: solid 1px #CCC; -moz-box-shadow: 1px 1px 5px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999; }