

@charset "UTF-8";
/* CSS Document */

.sections {
	width: 136px;
	text-align: left;
}

.sections ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.sections ul li {
	display: block;
	margin: 0px;
	list-style: none;
}

.sections a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	border-bottom: 2px solid #253e79;
}

.sections a:hover {
	background-color: #5479cd;
	border-bottom: 2px inset #253e79;
}

div.signDiv {
	padding: 0px; !important
}

#writings td {
	border: 2px solid #482c03;
	padding: 3px;
	vertical-align: top;
}

#writings td span.innerHeadline {
	text-decoration: underline;
}