@CHARSET "UTF-8";

		body {
			margin: 0;
			padding: 0;
			background: none;
			position: relative;
		}
		
		a {
			outline: none;
		}
		
		#main_containter {
			margin: 0 auto;
			padding: 0;
			text-align: center;
			width: 100%;
			min-height:	241px;
			height:		auto !important;
			height:		241px;
			background: none;
			position: relative;
		}
		
		#site_container {
			width: 982px;
			margin: 0 auto;
			padding: 0;
			background: none;
			position: relative;
		}
		
		#panel_container {
			width: 100%;
			margin: 0 auto;
			padding: 0;
			background: none;
		}

		#header_container {
			display: none;
		}

		#workspace_container {
			width: 100%;
			min-height:	367px;
			height:		auto !important;
			height:		367px;
			padding: 0;
			margin: 0 auto;
			position: relative;
			z-index: 1;
		}

		#footer_container {
			display: none;
		}
		
		
		
		#top_menu {
			display: none;
		}
		
		#main_menu {
			display: none;
		}

		#context_menus {
			display: none;
		}

		#article_links {
			display: none;
		}

		#article {
			background: none;
			font-size: 16pt !important;
		}
		
		#article p {
			color: #222;
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 0.8em;
			margin-top: 0em;
			text-align: justify;
			line-height: 1.5em;
			text-indent: 3em;
		}

		#article ol {
			list-style-position: outside;
			color: #222;
			margin-left: 60px;
			margin-right: 20px;
			margin-bottom: 0.8em;
			margin-top: 0em;
			text-align: justify;
			line-height: 1.5em;
		}
		#article ul {
			list-style-position: outside;
			list-style-type: disc;
			color: #222;
			margin-left: 60px;
			margin-right: 20px;
			margin-bottom: 0.8em;
			margin-top: 0em;
			text-align: justify;
			line-height: 1.5em;
		}
		#article ul li {
			margin-bottom: 0.5em;
		}
		
		#article h1 {
			color: #444;
			font-size: 14pt;
			font-size: 20pt !important;
			
			text-align: left;
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 0.8em;
			margin-top: 0em;

			min-height:	40px;
			height:		auto !important;
			height:		40px;
			width: 350px !important;
			padding-right: 210px;
		}
		
		#article h2 {
			font-size: 12pt;
			font-size: 18pt !important;
			
			text-align: left;
			margin-left: 30px;
			margin-right: 20px;
			margin-bottom: 0;
			margin-top: 0;
		}
		
		#article div.article_info {
			margin: 0;
			margin-left: 30px;
			margin-bottom: 0.8em;
			padding: 0;
			text-align: left;
			font-family: sans-serif;
			font-size: 10px;
			color: #999;
		}
		
		#article h3 {
			font-size: 10pt;
			font-size: 17pt !important;
			
			text-align: left;
			margin-left: 50px;
			margin-right: 20px;
			margin-bottom: 0.8em;
			margin-top: 0em;
		}
		
		#article a {
			color: #00f;
			text-decoration: underline;
		}
		
		
		#article a:hover {
			color: #4d3c00;
			background-color: #fbf0bf;
			text-decoration: underline;
		}
		
		table {
			position: relative;
			border-collapse: collapse;
			border-spacing: 0;
			border: solid 1px #333;
			padding: 0;
			margin: 0.8em auto;
			empty-cells: show;
			font-size: 10pt;
			font-size: 16pt !important;
			border: solid 1px #747373;
		}

		table th, td {
			margin: 0;
			padding: 2px;
			padding-left: 3px;
			padding-right: 3px;
			border: solid 1px #747373;
		}
		
		table tr:first-child {
			background-color:  #f2f2f2;
		}
		
		table th {
			border: solid 1px #747373;
		}

		
		table.invisible {
			border: none;
			background: none;
		}
		
		table.invisible td, th {
			border: none;
			background: none;
		}

			#article h1 #article_control_container {
				display: none;
			}

		div.news_header {
			display: none !important;
		}			
