/*
colors
  
light green planes		#9ed200
light green text 		#8ab800
blue					#002787
img border				#F2F2F2
*/

#download table,
#epaper table {
	margin:0 0 20px 0;
	padding:0;
	border-collapse:collapse;
	font-size:12px;
	line-height:12px;
	border-top:1px solid #ccc;
}
#download table td,
#epaper table td {
	padding:5px 0;
	border-bottom:1px solid #ccc;
}

#download a {
	text-decoration:none;
}

#epaper a {
	text-decoration:none;
}
#epaper table td.title {
	width:270px;
}
#epaper table td.price {
	width:60px;
	text-align:right;
}
#epaper table td.size {
	text-align:right;
	width:80px;
}
#epaper table td.type {
	text-align:right;
	width:110px;
}

#download table td.title {
	width:120px;	
}
#download table td.value {
	width:400px;
}
#download table.issue td.value {
	width:310px;
}
#download div.download {	
	padding:2px;	
	margin:10px 0 40px 0;
	text-align:center;
}
#download div.download p,
#download div.download h3 {
	margin:3px 0;
}

