<style type="text/css">
  <style type="text/css">
		html {
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		}
	
	  body {
		font: 12px/1.5 Arial,Sans-Serif; 
		background-color:#ffffff;
		height: 100%;
		width: 100%;
		margin: 5 5 5 5;
		padding: 0;
		text-align: left;
		}
	
		.medialist {
    overflow-y: scroll;
    overflow-x: hidden;
		scrollbar-3dlight-color:;
    scrollbar-arrow-color:gray;
    scrollbar-track-color:gray;
    scrollbar-darkshadow-color:black;
    scrollbar-face-color:white;
    scrollbar-highlight-color:;
    scrollbar-shadow-color:white;
    border-width: 2px; 
    border-style: solid; 
    border-color: #000000; 
    background-color:#AAAAAA;
		padding: 0;
		margin: 0;
    width: 330px;
    height: 200px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold
    }
    
    .link {
      text-decoration:none;
		  color: black;
    }

    .visible {
      display:block;
      text-decoration:none;
      background-color:#ffffff;
	  	font: 11px/1.5 Arial,Sans-Serif; 
		  text-align: left;
		  color: black;
    }

    .hidden {
      display:none;
      text-decoration:none;
      background-color:#ffffff;
	  	font: 11px/1.5 Arial,Sans-Serif; 
		  text-align: left;
		  color: black;
    }

    .mediacell1 {
      cursor: pointer;
    	cursor: hand;
      text-decoration:none;
		  color: black;
		  width: 200px;
    }

    .mediacell2 {
      cursor: pointer;
    	cursor: hand;
      text-decoration:none;
		  color: black;
		  width: 120px;
    }

	</style>
