/* CSS Document */

.date{
	font-size: 88%;
	font-weight: bold;
	color: #333;
}

.asset-body{
	font-size: 75%;
	color: #333;
}

.asset{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

.newsRelease {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	clear: both;
	margin-bottom: 10px;
	font-size: 75%;
	}
	
a:link {
	color: #0D68CC;		
	}
	
a:visited {
	color: #0D68CC;		
	}
	
a:active {
	color: #0D68CC;		
	}
	
a:hover {
	color: #0D68CC;		
	}
