/* MAIN */
div#maincolumnin {

}


h2#newsttl {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 80%;
	/* border-bottom: 1px solid #000; */
}

h2#newsttl img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#maincolumn table {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#maincolumn table td, div#maincolumn table th {
	vertical-align: top;
	padding-bottom: 10px;
	font-size: 75%;
	line-height: 120%;
}

table.s1 th { padding-left: 30px; }
table.s2 th { padding-left: 60px; }
table.s1 td { padding-right: 30px; }
table.s2 td { padding-right: 60px; }

div#maincolumn table th {
	padding-right: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#maincolumn table span {
	padding-left: 15px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}


div#maincolumn table a:link {color:#000000; text-decoration: none;}
div#maincolumn table a:visited {color:#000000; text-decoration: none;}
div#maincolumn table a:active {color:#999999; text-decoration:underline;}
div#maincolumn table a:hover {color:#999999; text-decoration:underline;}


