/* CSS Document */

@charset "utf-8";
/* CSS Document */


/* body styles */

body {
		background:#cccccc;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		color:#fff;
		margin:0px auto;
		}
		
html#body .div_clear {
		clear:both;
		height:0px; 
		content: "."; 
		line-height:0.1em; 
		font-size:0.1em;
		}

.div_clear{
		clear: both; 
		display: block; 
		visibility: hidden; 
		height: 0px; 
		content: "."; 
		line-height:0.1em; 
		font-size:0.1em; 
		border:0px;
		}
		
img {
vertical-align: text-bottom;
}

p {
	margin:10px 0;
	padding:0px;
	line-height:150%;
	}

div#main_print{
		width:385px;
		height:820px;
		padding:0px;
		margin:0px auto;
		display:block
		}
		
div#main {
	display:none}
	
