#table { 
	margin-top: O; 
	padding: no; 
	margin-left: 190px;
	}

#table iframe {
	marginwidth: 0; 
	marginheight: 0; 
	hspace: 0; 
	vspace: 0; 
	scrolling: 0; 
	width: 100%; 
	height: 200px;
	}
	
	


.list { 
	width: 730px; 
	padding: no; 
	float: right;
	}

.list p { 
	font-family:Verdana;
	font-size: 12px; 
	color: #D9D9D9; 


.list img { 
	float: auto; 
	margin-right: 10px;
	}



/* TITLES */

h1 {
	font-family:Verdana;
	font-size: 18px; 
	font-weight: bold;
	color: #FA712D; 
	margin-bottom: 0px;
	}
	
h2 {
	font-family:Verdana;
	font-size: 15px; 
	font-weight: bold;
	color: #CCCC00; 
	margin-bottom: 0px;
	}
	
	
h3 {
	font-family:Verdana;
	font-size: 13px; 
	font-weight: bold;
	color: #CCCC00; 
	margin-bottom: 0px;
	}
	
	
h4 {
	font-family:Verdana;
	font-size: 13px; 
	color: #CCCC00; 
	margin-bottom: 0px;
	}	
	
	
/* LINKS */

a:link {
	font-family:Verdana;
	font-size: 13px; 
	font-weight: bold;
	color: #CCFFFF; 
	text-decoration: underline;
	}
	
a:link img { 
	border-color: #000000;
	}
	
	
a:visited {
	font-family:Verdana;
	font: 13px;
	font-weight: bold; 
	color: #99CCFF; 
	text-decoration: none;
}

a:hover {
	font-family:Verdana;
	font: 13px;
	font-weight: bold;
	color: Orange;
	text-decoration: none;
	}

	
a:hover img { 
	border-color: #9E9E6D;
	}
	
a:active {
	font-family:Verdana;
	font: 13px;
	font-weight: bold;
	color: Yellow; 
	text-decoration: none;
	}


