/* LAYOUT */
/*
body {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
}
*/
h1 {
	font-size: 250%;
	font-weight: normal;
	margin: 0 0 1ex 0;
	padding: 0;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 1ex 0;
}
h3 {
	font-size: 110%;
	font-weight: medium;
	margin: 0 0 1ex 0;
}
h4 {
	margin: 0;
	font-style: italic;
	font-weight: medium;
}
p {
	margin: 0 0 2ex 0;
	text-align: justify;
}
em {
	font-style: normal;
}
/*
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	*/
a img {
	border: none;
}
#news .updated {
	font-size: 10pt;
}
#news .description {
	font-size: 10pt;
	margin-bottom: 1em;
}
#news .description:last-child {
	margin-bottom: 0;
}
.upright{
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
.right{
	position: absolute;
	right: 0;
}
.bottomright{
	position: absolute;
	bottom: 0;
	right: 0;
}
.bottomleft{
	position: absolute;
	bottom: 0;
	left: 0;
}
.floatleft {
	float: left;
	margin-right: 2ex;
}
.floatright {
	float: right;
	margin-left: 2ex;
}
.floatleft:before, .floatright:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.show_t1 { font-size:110%; font-weight: bold }
div.show_t2 { font-size:110%; text-align: right; font-style: italic }

table td { vertical-align: top }
table.images td { vertical-align: top; width: 50%; padding: 0 1ex 1ex 0 }
table.images img { margin: 0 1ex 0 0; width: 16ex; float: left; vertical-align: top }
table.images { border-spacing: 0 }

/*
span.glyph { font-size: 4ex; font-weight: bold; padding: 0.3ex; margin-right: .1ex; float: left }
.ast { font-size: 60%; font-weight: bold; vertical-align: top }
*/


