
#content_text_normal {
	/*background-color: #FFFFFF;	*/
	font-size: 9pt; 
	font-family: verdana, sans-serif; 
	text-align: left;	
	text-decoration: none;
	font-weight: normal;
	color: black;	
	padding-bottom: 30px;	
	padding-top: 0px;		
	padding-left: 60px;	
	padding-right: 60px;		
}



#content_text_important {
	font-size: 11pt; 
	font-family: verdana, sans-serif; 
	text-align: left;	
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.news_section {
	width: 500px;
	margin-left: 0px;	
}

.news_topic {	
	height: 80px;
	border-top: 1px solid;
	border-color: lightgrey;
}

.news_title {	
	position: relative;
	font-weight: bold;	
	float: left;
}

.news_date {
	position: relative;
	float: right;
}

.news_text {
	position: relative;
	float: left;
	margin-top: 5px;
	width: 400px;
}


.screenshot_thumb {
	height: 105px;
	width: 150px;
	padding: 2px;
	border: 1px solid;
	border-color: #DDDDDD;
	margin: 3px;	
}

.zb-logo {
	position: relative;	
	left: 20px;
	border: 0px;
}


.content_text_left {
	float: left;
	text-align: justify;
	margin-top: 5px;
	width: 72%;
	
}

.content_text_left:first-letter { font-size: 1.4em; font-weight: bold }

.content_pic_right {
	float: right;

}

.content_text_index_page {
	float: left; 	
	text-align: justify;	
	margin-top: 5px;  
	width: 53%;
	
}

