div.generic_text { text-align: justify; margin: 0; padding: 0; } 

h2 {
	float: left;
	width: 100%;
	color: #0495bf;
	font-weight: bold;
	font-size: 24px;
	padding: 0;
	margin: 10px 0 0 0;
	display: block;
	border-bottom: 2px solid #0495bf;
}

	
div.generic_text img { }

div.generic_text { 
	float:left; 
	width: 100%; 
	border-top: none; 
	text-align: justify; 
	padding: 0px; 
	margin: 15px 0 0;
	overflow: hidden;
}
	
div.text { }
div.text ul { margin: 0; }

div.generic_text .picture.left {
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	width: 202px;
}

div.generic_text img { padding: 2px; border: 1px solid #0495bf; }

div.generic_text .picture.right {
	float: right;
	width: 206px;
	margin: 0 0 0 10px;
	text-align: center;
}
	
div.generic_text .picture.right a{ margin:0; padding:0; clear:both;}

div.generic_text .thumbails { float: left; margin: 10px 0 0 0; clear:both;}
div.generic_text .thumbails .thumbnail { float:left; margin:0; padding:0;}
div.generic_text .thumbails .thumbnail img { 
	margin: 0 12px 0 0; 
	padding: 1px;
	border: 1px solid #0495bf;
	}
div.generic_text .thumbails .thumbnail .thumbnail_caption {display: none;}
div.generic_text .link a {
	float: left;
	display: block;
	margin: 5px 5px 5px 0;
	padding: 0 0 0 20px;
	color: #0495BF;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/ico_link.gif) 0 4px no-repeat;
	}
div.generic_text .link a:hover { color: #f5840f;}

