body { 
	font-family: Arial,sans-serif ;
	padding:0; 
	margin:0; 
	background-color:#fff;
	}

.hero { 
	background-position:0px 0px;
	float:left;
	margin-left: 5px;
	height:80px;
	border:0;
	padding-top:1px;
	}

	.first {
		margin-top: 10px;
		}

	.hero img {
		float: left;
		}

a {
	text-decoration:none;
	}

.hero a:hover .text {
	text-decoration:none;
	}

.subhero {
	height:80px;
	}

.wrapper {
	background-repeat:no-repeat;
	width:292px;
	height:277px;
	border: 4px solid #f0f0f0;
	position: relative;
	}
	
.text {
	float:left;
	cursor:pointer;
	width: 200px;
	font-size: 11px;
	padding-left:5px;
	font-family: Arial, Helvetica, Verdana;
	}

.action {
	color:#006E97;        
    font-weight: bold;
    margin-top: 5px;
	}

	.action::after {
		content: " »";
		}

.maintext {
	color:#000000;
	}
	
.heading_top,
.heading {
    display:none;
    }

a:hover .action,
a:hover .maintext,
a:hover .heading {
	color: #002B79; 
	text-decoration:underline;
	}

#dianomiHead,
#dianomiFooter {
	font-size: 8px;
	color: #ccc;
	padding: 3px 3px 0 3px;
	}

	.floatLeft {
		float: left;
		}

	.floatRight {
		float: right;
		}

	#dianomiFooter {
		position: absolute;
		right: 2px;
		bottom: 2px;
		}