  .bold { 
       font-weight: bold; 
}	
   body {
	font-size: 12px;
	font-family: verdana, sans-serif;
}

.bot_nav {
	border-top: thin solid #369;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 5px;
	text-align: center;
	width: 750px;
}

.cr  {
	text-align: right;
	font-size: 10px;
	color: #666666;
	margin-top: -10px;
	width: 750px;
}

.logo {
	padding-bottom: 5px;
	border-bottom: 5px solid #369;
	width: 750px;
	font-size: 38px;
}

.content {
	width: 600px;
	margin-left: 125px;
	padding-left: 10px;
	border-left: thin solid #000;
	margin-top: 10px;
}

.title {
	font-size: 16px;
	font-weight: bold;

}

.sidebar {
	width: 100px; 
	float: left;
	margin-left: 10px;
	line-height: 18px;
	margin-top: 40px;
}
.area {
	font-size: 10px;
	color: #666666;
}