@charset "utf-8";
/* CSS Document */

body
{
	background: #3D485A;
	color: #BEDCFA;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;

}

a:link{
	color: #BEDCFA;
}

a:visited{
	color: #BEDCFA;
}
a:hover{
	color: #FF9900;
}

h2
{
	font-size: 15px;
	font-weight: bold;
}

#header
{
	background: #576680;
	padding: 3em;
	border-bottom: 7px double #3D485A;
	border-top: 7px double #3D485A;
}

#side
{
	background: #55719F;
	padding: 2em;
	border-right: 7px double #3D485A;
	text-align:center;
	font-size: 14px;
}

#content
{
	background: #607597;
	padding: 2em;
	
}
.indented
{
	margin-left: 1.4em;
}

.table
{
	border: solid 3px #3D485A;
	margin-top: 2em;
}

.table td
{
	border: solid 1px #3D485A;
}

.table_date
{
	text-align: center;
}

.table_plats
{
	padding-left: 2em;
}

.table_header
{
	text-align: center;
	font-weight: bold; font-size: 14px;
}
.table_header td
{
	height: 2em;
	padding: 0.4em;
	padding-bottom: 1em;
}

#footer
{
	background: #576680;
	padding: 3em;
	border-bottom: 7px double #3D485A;
	border-top: 7px double #3D485A;
}