body{
	color:Black;
	font-family:Arial,Sans serif;
	font-size:0.75em;
}
h1{
	border-bottom:1px solid Silver;
	font-size:1.7em;
	font-weight:normal;
}
h2{
	color: #0082FF;
	font-size:1.5em;
	font-weight:normal;
}
h3{
	color: #0082FF;
	font-size:1.3em;
	font-weight:bold;
}



/* cssL2 start */
body{
	margin-left:auto;
	margin-right:auto;
	width:750px;
}

#Top{
	background:White url(../images/TopBar.jpg) no-repeat;
	background-position:0px 15px;
	font-size:0.9em;
	height:146px;
	width:750px;
}
#Top span.time{
	color:Gray;
	float:left;
	margin-left:30px;
}
#Top ul{
	float:right;
	list-style-type:none;
	margin:0px 40px 0px 0px;
	padding:0px;
}
#Top li{
	display:inline;
}
#Top a{
	color:Red;
}
#Top a.selected{
	color:Black;
	font-weight:bold;
}
#Top h1{
	clear:both;
	display:none;
	color:White;
	font-size:26pt;
	position:absolute;
	margin:0px;
	margin-left:50px;
	top:50px;
}
#Top h1 small{
	display:block;
	font-size:10pt;
}



#Middle{

}

#Left ul{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#Left a{
	background-color:#E9E9E9;
	border:1px solid #E0E0E0;
	color:Black;
	margin:0px 5px 1px 0px;
	padding:2px;
	text-decoration:none;
}
html>body #Left a{
	display:block;
	width:auto;
}
#Left a:hover{
	background-color:#F9F9F9;
	border:1px solid #D0D0D0;
}


#Bottom{
	text-align:center;
}