body {
	font-family: Arial;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.printversion {
	float: right;
	padding: 1ex 2ex 0 0;
}

.header {
	border-bottom: 1ex solid #A5D641;
	padding: 0 2ex 1ex 2ex;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	letter-spacing: 0.2ex;
	color: #666666;
}

.header a {
	zdisplay: block;
	text-decoration: none;
	font-size: 150%;
	letter-spacing: -0.2ex;
	color: #79A61D;
}

.footer {
	border-top: 1ex solid #CCCCCC;
	padding: 2ex;
	color: #666666;
}

.footer a {
	color: #666666;
}

.main_content {
	padding: 2ex;
}

.grayblock {
	margin: 1ex 0;
	padding: 1ex 2ex;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #F4F4F4;
}


h1, h2 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 150%;
	color: #79A61D;
}

h3, h4 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 130%;
	color: #999999;
}

h5, h6 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 110%;
}

.block_head {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px;
}

.block_body {
	font-weight: normal;
	text-decoration: none;
	padding: 6px 10px 4px;
}

.copyright {
	padding: 1ex;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	color: #999999;
}

.copyright a {
	text-decoration: none;
	color: #999999;
}

.copyright a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}

.main_content a:link, .block_body a:link {
	color: #79A61D;
	text-decoration: none;
	border-bottom: 1px dashed #79A61D;
}

.main_content a:visited, .block_body a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}

.main_content a:hover, .main_content a:active, .block_body a:hover, .block_body a:active {
	color: #79A61D;
	text-decoration: none;
	border-bottom: 1px solid #79A61D;
}



em, strong {
	font-style: normal;
	font-weight: bold;
}

img.pic, div.pic {
	float: right;
	margin: 4px 8px;
	border: 1px solid #999999;
}

div.pic {
	margin: 4px;
	padding: 4px 6px;
}

table.thinbord {
	border-style: solid none none solid;
	border-color: #999999;
	border-width: 1px;
	margin: 4px 8px;
}

table.thinbord td, table.thinbord th {
	border-style: none solid solid none;
	border-color: #999999;
	border-width: 1px;
	padding: 2px;
}

font.cons i {
	display: block;
	font-style: normal;
	background-color: #F4F4F4;
	margin: 2px 0 2px 20px;
	padding: 4px 8px;
}


