@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color:#000;
		background-color:#fff;
		}
	a{text-decoration: none;color: #000;}
	hr{
	height: 2px;
	width: 90%;
	border:0;
	color:#808080;
	background-color:#808080;
	margin-left:5%;
	}
	strong{font-weight: bold;}
	#header, #navigation, #bottominfo, #leftcolumn, #bottominfo, #footer{display:none}
	/* main area layout */
	#main{width:auto;}
	#center{width:auto;}
	.article_wrapper table{
	font-size:12pt;
	border:3px solid #000;
	padding:1px;
	margin:2px;
	}
	td{
	border-width: 2px 3px;
	padding: 2px;
	}
	tr li{
	list-style-type: none;
	font-size:0.9em;
	}
	.article_wrapper table table{
	border:0;}
	table tr td table td{
	font-size:10pt;}
	#rightcolumn{float: left;width:20%;
	min-width:180px;}
	iframe{height:100%;width:100%;}
	/* bottom layout */
