body{
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	text-align: center;	
	background-color: #999999;
}



.border{
	border: 1px solid #666666;
	background-color: White;	
}

.headline{
	/*border-bottom: 1px solid white;*/
	height: 18px;
	text-align: center;	
	background-color: #B2CCE9;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1px;
	color: black;
}

.navigation {
	border-top: 1px solid white;
	/*border-bottom: 1px solid white;*/
	background-color: #B2CCE9;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	height: 25px;
}

.navigation a{
	font-size: 11pt;
	padding-right: 20px;
	color: black;
	font-weight: 500;
	text-decoration: none;
	
}
.navigation a:hover{	
	color: #993333;	
}

.right{
	padding: 5px;
	font-size: 9pt;
	background-color: #CED6DF;
	border-left: 1px #333333 dotted;
}

.left{
	font-size: 8pt;
	background-color: #CED6DF;
	border-right: 1px #333333 dotted;
}
.left b{
	font-size: 9pt;
}
.photobox{
	margin: 10px;
}
.photobox img{
	border: 1px solid #666666;
	
}

.content{
	font-size: 0.8em;
	text-align: left;
	padding: 20px 10px 10px 10px;
}


.content h1{
	text-align: left;
	font-size: 14pt;
	color: #993333;
}
.link{
	color: blue;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 150%;
}

.list{
	line-height: 150%;
	list-style-position: outside;
}

.footer{
	font-size: 0.6em;
	padding-left: 9px;
	color: #cccccc;
	background-color: #999999;
}
.footer a{
	
	color: #cccccc;
	background-color: #999999;
}
