@charset "UTF-8";
/* CSS Document */

body {
   font-family: Helvetica;
	color:#000000;
	font-size:11px;
	 background-color: #CCCCCC;
	}

.text {
	font-family: Helvetica;
	font-size: 10px;
}


iframe {
overflow-x: scroll;
overflow-y: hidden;
}


p {
	text-align: justify;
}

h1 {
	font-size: 12px;
}

a {
	font-weight:normal;
	color:white;
	text-decoration:none;
	border:0 none;


}



a:hover {
	font-weight:normal;
	color:#333;
	text-decoration:none;
	border:0 none;

}

			
#middle {
	width: 754px;
	background-color: #101010;
	margin: 0px;
	padding: 0px;
	float: left;}	



table, td, tr, thead, tfoot, tbody, th, tf {
margin: 0px;
padding: 10px; 

}