body { 
	font-family: Arial,sans-serif;
	padding:0; 
	margin:0; 
	background-color:#fff;
	}

.hero { 
	background-position:0px 0px;
	float:left;
	width:300px;
	height:32px;
	border:0;
	padding-top:1px;
	}

a {
	color:#000000; 
	text-decoration:none;
	}

.hero a:hover .text  {
	text-decoration:underline; 
	color: #000000;
	}

.hero img {
	display:none;
	}

.subhero {
	width:295px;
	height:32px;
	}

.wrapper {
	width:300px;
	height:160px;
	}
	
.text {
	color: #666666;
	float:left;
	cursor:pointer;
	font-family: Arial, Helvetica, Verdana;
	width:285px;
	height: 20px;
	padding-left:5px;
	}

.maintext {
	font-size:11px;
	color:#666666;
	vertical-align:middle;
	font-family: Arial, Helvetica, Verdana;
	font-weight:bold;
	height:15px;	
	}
	
.heading_top,
.heading,
.action {
    display:none;
    }

a:hover .heading,
a:hover .action { 
	font-family: Arial, Helvetica, Verdana; 
	color: #000000; 
	text-decoration:none;
	}
