body
{
	background-color: white;
}
body, table, table.td
{
	font-family: tahoma, sans-serif;
	font-size: 11px;
}
body { margin: 0px 0px 0px 0px; }

table.main
{
	width: 760px;
	table-layout: fixed;
}

a.menu
{
	color: dimgray;
	font-size: 17px;
	border-bottom: 1px solid lightdimgray;
	text-decoration: none;
}
a.menu:hover
{
	font-size: 17px;
	color: tomato;
	text-decoration: none;
}

a.en
{
	color: white;
	font-size: 11px;
	text-decoration: none;
}
a.en:hover
{
	text-decoration: underline;
}

span.menu-annotation
{
	color: dimgray;
	font-size: 11px;
	text-decoration: none;
}

a.path
{
	color: dimgray;
	font-size: 11px;
	text-decoration: none;
}
a.path:hover
{
	background-color: tomato;
	color: white;
	text-decoration: none;
}
span.path_separator
{
	font-weight: bold;
	color: dimgray;
}
span.path
{
	color: dimgray;
	font-size: 11px;
	text-decoration: none;
}


span.datetime
{
	display: block;
	color: tomato;
	font-size: 10px;
	text-decoration: none;
	border-bottom: 1px solid aliceblue;
	padding-bottom: 2px;
	margin-bottom: 3px;
}


td.news-titles
{
	border-right: 1px solid tomato;
	padding: 0px 10px 0px 10px;
}

td.article
{
	vertical-align: top;
	border-left: 1px solid tomato;
	border-right: 1px solid tomato;
	padding: 0px 10px 0px 10px;
}

span.article_title
{
	font-size: 27px;
	font-family: tahoma;
	letter-spacing: -1;
	padding-left: 10px;
	color: dimgray;
}

span.news_title
{
	font-size: 17px;
	font-family: tahoma;
	color: dimgray;
}

td.article-text
{
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
}


ul.newsline
{
	margin: 0px;
}
ul.newsline li
{
	margin: 0px 0px 25px 0px;
	padding-bottom: 5px;
	border-bottom: 3px dotted silver;
}
ul.newsline li a
{
	color: dimgray;
	font-size: 11px;
	text-decoration: none;
}
ul.newsline li a:hover
{
	color: tomato;
	text-decoration: none;
	border-bottom: 1px solid dimgray;
}

a.section
{
	color: dimgray;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
}
a.section:hover
{
	color: tomato;
	text-decoration: none;

}
