body 
{
	font-family:Verdana, sans-serif;
	font-size:12px;
	background-color:#DBD4D8;
	text-align:center;
	margin:0px;
}

h1 {font-size:18px; margin-bottom:5px; margin-top:35px; text-align:center;}
h2 {font-size:16px;}
h3 {font-size:14px; margin-top:35px;}

pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}

.r { color:#ff0000 }
td { font-size:12px; }

a:link, a:visited, a:active, a:hover
{ 
	text-decoration:underline;
	font-weight:normal;
	color:#033F62;
	font-size:12px;
}
a:active, a:hover
{ 
  	color:#009999;
}
a.menu
{
	 display:block;
	 padding:3px;
	 border-top:1px solid #000;
	 background-color:#0091DB;
	 text-align:center;
	 color:#eeeeee;
	 text-decoration:none;
 }
a.menu:link, a.menu:visited
{ 
	 color:#eeeeee;
	 background-color:#0091DB;
	 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{ 
	 color:#737994; font-weight:bold;
	 background-color:#eeeeee;
}

#title
{
	height:60px;
	background-color:#0091DB;
	border-bottom:1px solid #000;
}

#left
{
	background-color:#bdbec6;
	width:180px;
	float:left;
}

.menutitle
{
	font-weight:bold;
	text-align:center;
	margin:2px;
}

.menucontainer
{
	border:1px solid #000;
	background-color:#7b7d8e;
	width:163px;
	margin:10px;
}

#content
{
	border:1px solid #efeff7;
	background-color:#efeff7;
	width:555px;
	float:right;
	padding:20px 10px;
}