table.news {
	width: 100%;
	border-color: #92B1BA;
	border-width: 1px;
	border-style: solid none;
}

table.news td {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px 2px;
	text-align: left;
}

h1 {
	font-size:16pt;
	border-bottom: 1px solid #92B1BA;
	margin: 0;
	padding: 0;
}

h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }

p.date {
	font-size: 7pt;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: right;
}

p.back {
	font-size: 7pt;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}

p.back a:link, p.back a:visited {
	color: #92B1BA;
	text-decoration: none;
}

p.back a:active, p.back a:hover {
	color: black;
	text-decoration: underline;
}

