html,body {
	margin:0px;
	padding:0px;
	height:100%;
	border:none
}

pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.main_table {
	width:100%;
	height: 100%;
}

.main_header {
	background: url(/images/header.jpg) no-repeat top left;
}

.main_content {
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 30px;
	font: 11pt arial;
	color: #206a40;
	line-height: 16pt;
	text-align: justify;
}

.main_content table {
	font: 11pt arial;
	color: #206a40;
}

.main_content a {
	color: #206a40;
}

.main_content_header {
	padding-top: 30px;
	padding-left: 90px;
	font: 22px arial;
	color: #206a40;
	font-weight: bold;
}

.news_content_header {
	font: 22px arial;
	color: #206a40;
	font-weight: bold;
}

.news_header {
	font: 16px arial;
	color: #206a40;

}

.news_date {
	font: 11pt arial;
	color: #206a40;
	font-style: italic;
}

.form-text {
	border: 1px solid #206a40;
}

.attention
{
	color: #ff6600;  
	font-weight: bold;
}