body{
	font-family: "Times New Roman", Times ,serif;
	font-size: 12pt;
	background: white;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: justify;
}
.accessaid, h1 {
	display: none;
}
		
#header {
	background: #036 url(header_.gif);
	height: 60px;
}
		
#navigation {
	display: none;
}
		
#content {
	background: white ;
	xpadding: 1px 1em 2em 1em;
	padding: 1px 20px 1em 10px;
	border-left: 4px solid white;
	border-right: 4px solid white;
}
		
h2 {
	font-size: 1.5em;
	color: #036;
}
		
h3 {
	font-size: 1.25em;
	color: #036;
}

th {
	font-size: 1.25em;
	color: #036;
	text-align: center;
}

td {
	vertical-align: top;
}

.title {
	font-weight: bold;
	color: #036;
}

.header {
	font-weight: bold;
	color: white;
	background: #036;
}

a {color: black; text-decoration: none;}

#headline {
	text-align: center;
	border: 2px solid red;
}

.news {
	text-align: center;
}

#content img.main {
	display: none;
	width: 100px;
	height: 150px;
	padding: 1px;
	border: 1px solid #333;
	float: left;
	margin: 0 0 1em 1em;
}

#content img.sub {
	width: 120px;
	height: 150px;
	padding: 1px;
	border: 1px solid #333;
	float: left;
	margin: 4px 1em 1em 0;
}

#container {
	position: relative;
	border: solid #036;
	border-width: 0 0 3px 0;
	margin: auto;
}

