@page { margin:1cm 1cm 1cm 1cm }

*{
	margin:0;
	padding:0;
}

html{
	overflow: -moz-scrollbars-vertical;
	overflow-x:auto;
}

body hr{
	height:1px;
	background-image:none;
	background-color:#c8c8c8;
	border-top:2px solid #c8c8c8;	
}

body hr.red{
	border-top:14px solid #d50539;
	background-image:none;
	background-color:#d50539;
	height:1px;	
}

.top_bar_base .top_bar{
	padding-top:0;	
}

.top_bar_base .top_bar .logo{
	width:100%;
	text-align:center;	
}

.top_bar_base .top_bar .logo a img{
	width:350px;	
}

.top_bar_base .top_bar .essentials{
	display:none;	
}

.container .contents .issue_essentials{
	display:none;	
}

h1{
	font-size:26px;
	line-height:28px;	
}

h2{
	font-size:20px;
	line-height:22px;	
}

p{
	margin-bottom:15px;	
}

.container .contents .left, .container .contents .right{
	float:none;
	width:100%;
	font-size:14px;
	line-height:18px;
}

.container .contents .fp_left{
	width:50%;
	margin-right:5%;
	font-size:14px;
	line-height:18px;
}

.container .contents .fp_right{
	width:35%;
	font-size:14px;
	line-height:18px;
}


.grey_box{
	padding:0;	
}

.grey_box h3:first-of-type{
	margin-bottom:20px;	
}

.container .contents .fp_left .twocols.linklist{
	display:none;	
}

.some_links{
	display:none;	
}

table{
	page-break-inside:avoid;
}

ul{
	margin-left:20px;	
}

ul li{
	list-style-type:square;	
	padding-left:0;
}