html, body {
	height: 100%;
}
html, body, object,  button, form, label {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
a, :focus {
	outline: none;
}
hr {
	border: 0px;
}
hr {
	color: #cdcdcd;
	background-color: #cdcdcd;
	height: 1px;
	margin: 7px 0px;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}

/* =global
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
body {
	font-family: Arial, sans-serif;
	color: #000;
}
/* --- !!! --- */
a:link, a:visited {
	text-decoration: underline;
	color: #006c00;
}
a:hover {
	text-decoration: none;
}
a:active {
}
/* --- !!! --- */
.print-title {
	clear: both;
	padding:0px 0px 10px 0px;
	margin:0px;
}
hr {
	clear: both;
}
@media print {
	.print-button {
		display: none;
	}
}

/* =print
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.print-block {
	margin: 0px 30px;
	padding: 30px 0px;
	overflow: hidden;
}
.print-logo {
	float: left;	
	padding-bottom: 10px;
}
.print-button {
	float: right;
	height: 20px;
	font-size: 1.4em;
}
/* --- !!! ---*/ 
a.print-print-link {
	display: block;
	float: left;
	width: 65px;
	height: 100%;
	padding-left: 23px;
	font-size:12px;
}
a.print-print-link span {
	display:block; 
	float:left; 
	background: url(ico-textshare.gif) no-repeat 0% 50%; 
	width:11px; 
	height:13px;
	margin:0px 5px 0px 0px
}

a.print-close-link {
	display: block;
	float: left;
	width: 70px;
	height: 100%;
	background: url("_print-close-link.gif") no-repeat 0% 50%;
	padding-left: 20px;
	margin-left: 15px;
	font-size:12px;
}

a.print-close-link span {
	display:block; 
	float:left; 
	background: url(close.gif) no-repeat 0% 50%; 
	width:13px; 
	height:11px;
	margin:2px 5px 0px 0px
}

/* --- !!! ---*/ 
.print-name {
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 10px;
}
.print-url {
	font-size: 0.85em;
	padding-bottom: 10px;
}
.print-copy {
	font-size: 0.85em;
}

/* =editor
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.editor p {
	padding: 0px 0px 20px 0px;
	margin:0px;
}
/* --- !!! --- */
.editor ul, .editor ol {
	list-style-position: inside;
	padding: 10px;
}
/* --- !!! --- */
.editor table {
	border-color: #cdcdcd;
	border-style: solid;
}
.editor table td {
	border-color: #cdcdcd;
}
/* --- !!! --- */
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	line-height: 1;
	padding-bottom: 20px; /* as in 'p' */
}
.editor h1 {
	font-size: 2em;
}
.editor h2 {
	font-size: 1.5em;
}
.editor h3 {
	font-size: 1.1875em;
}
.editor h4 {
	font-size: 1em;
}
.editor h5 {
	font-size: 0.8125em;
}
.editor h6 {
	font-size: 0.6875em;
}
/* --- !!! --- */


.news-name {
	font-weight: bold;
	font-size: 1.8em;
	padding-bottom:5px;
	
}
.news-info {
	font-size: 0.8em;
	padding-bottom:20px;
}
