body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-top:50px;
	/*background-color:#ECECF3;*/
}
#header {
	width:760px;
	text-align:left;
	margin-bottom: 20px;
	font-size:16px;
	font-weight: bold;
	/*color:#9EAAB5;*/
	color:#000000;
	padding-left:20px;
}
#footer {
	width:760px;
	margin-top:20px;
}
#screen {
	background-color:#FFFFFF;
	width:760px;
	text-align:left;
	/*border:thin solid #CCCCCC;*/
	/*background-image:url(file:../images/white_room_01_gr.jpg)*/
}
#menu {
	margin-left:10px;
	font-size:16px;
	line-height:22px;
}
#menu a {
	background:#ECECF3;
	color:#000000;
	text-decoration:none;
}
#menu a:hover {
	background:#000000;
	color:#ECECF3;
	text-decoration:none;
}
#menu a:active {
	background:#ECECF3;
	color:#000000;
	text-decoration:none;
}
h1 {
	font-size:18px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
p	{
	line-height:21px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
p a {
	background:#ECECF3;
	color:#000000;
	text-decoration:underline;
}
p a:hover {
	background:#000000;
	color:#ECECF3;
	text-decoration:none;
}
p a:active {
	background:#ECECF3;
	color:#000000;
	text-decoration:underline;
}