body {
	margin: 0px;
	background-color: #7a0000;
}
body, table, tr, td {
	color: black;
	font-size: 10pt;
	font-family: Verdana;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #7a0000;
}
a:hover{
	color: #b84848;
}
input, select, textarea {
	font-size: 8pt;
	font-family: Verdana;
	border: 1px solid #7a0000;
	background-color: #fed6d6;
}
input.button {
	border: 1px solid #ada3a3;
	background-color: #7a0000;
	color: white;
	font-weight: normal;
	padding: 2px;
}
input.imageButton {
	border: 0px;
	background-color: transparent;
	padding: 2px;
}
#content {
	background-color: white;
	padding: 12px;
}
#content h2 {
	color: #7a0000;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#content .text {
	line-height: 150%;
	text-align: justify;
}
#content .picture {
	border: 1px solid #7a0000;
}
#content .table {
	border: 1px solid #7a0000;
}
#content .table th {
	font-size: 8pt;
	background-color: #800000;
	padding: 3px;
	color: white;
}
#content .table td {
	font-size: 7pt;
	padding: 2px;
}
.newsTitle {
	font-weight: bold;
}
.newsDate {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #a3a37c;
}
div.box {
	margin-left: 50px;
	margin-right: 50px;
	line-height: 150%;
	text-align: justify;
	font-size: 7pt;
	border: 1px solid #7a0000;
	background-color: #fff0f0;
	padding: 5px;
}