div a {
	line-height: 150%;
	font-size:12px;
}
.label {
border-top:1px dotted #A6C9E1;
    padding-right:20px;
    font-size: 12px;
text-align:right;
color: #666666;
	line-height:150%;
}

a:link,
a:visited {
	text-decoration: none;
	color: #0066CC;
} 
a:hover{
	color: #0099FF;
}
body {
}

.post {
	margin-bottom:8px;
	text-align:left;
	background:#EFF6F9;

}


#title  {
	font-size: 16px;
	font-weight: bold;
	padding-top:8px;
	color:#096FB7;
	display:block;
	padding-bottom:2px;
	white-space:nowrap;
	width:430px;
	height:30px;
}

