
.basic  {

	width: 100%;
	
}

.basic div {
	background-color: #eee;
}


.basic p {margin:0px; padding:0px;}

.basic a {

	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #d90000;
	border-top: 1px solid #fff;
	text-transform: uppercase;
}


.basic a:active, a:visited {


	color: yellow;

}



.basic a:hover {
	background-color: #d90000;
	color: yellow;
	text-decoration: none;



}

.basic iframe{
	width:100%;
	height:160px;
	border:0;
	overflow: hidden;
	frameborder:0;
	scrolling:no;