body{
	margin-left: .5cm;
	margin-right: .5cm;
	color: #CCCCCC;
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	}

	
a:link { text-decoration: none;
font: 12px sans-serif;
        color: #003366 }

a:visited {
	text-decoration: none;
	font: 12px sans-serif;
	color: #003366
	     }

a:hover {text-decoration: none;
font: 12px sans-serif;
	color: #FF9900
	   }



/*a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}

a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}




table.selections{ border-collapse:collapse;
                  border: none;
		  width: 147;
                 }
td.selections1{ border-collapse:collapse;
    border: 2px solid black;
              }	
td.banner{
          height: 5px}

p{
	font: 12px sans-serif;
    color: #003366;
 }

p.bull{
	font: 12px sans-serif;
        color: #b2bbce;
 }
 
 dir{
	font: 12px sans-serif;
        color: #0066CC;
 }
 ol{
	font: 12px sans-serif;
        color: #0066CC;
 }
li{
        color: #003366;
 }
#div_holder{
	border-style    : solid;
    border-width    : 1px;
    border-color    : #0F0F10;
	max-width       : 872px;
	width       : 872px;
 }
 #font_table_title{
 font: 12px sans-serif;
        color: #0066CC;
		font-weight: bold;
 
 }
  #font_table{
 font: 12px sans-serif;
        color: #0066CC;
 
 }
 
 /*		PLAYER			*/
 /* styling of the container. */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}



