td.video
	{
    letter-spacing: 0.07em;
    margin: 0;
	padding: 0;
    height: 52px;
	width: 139px;
	vertical-align: top;
	background-color: white;
	}
	
td.desc
	{
    letter-spacing: 0.07em;
    margin: 0;
	padding: 0;
    height: 52px;
	width: 139px;
	vertical-align: top;
	background-color: #7CECF0;
	}
	
td.images
	{
    letter-spacing: 0.07em;
    margin: 0;
	padding: 0;
    height: 52px;
	width: 139px;
	vertical-align: top;
	background-color: white;
	}

td a
    {
    font-family: Times, serif !important;
    font-size: 20px !important;
    text-decoration: none;
    font-weight: bold;
    }

	
td.video a:link, td.video a:visited
    {
	display: block;
    text-align: center;
	margin: 0;
	padding: 10px 30px 30px 0px;
    color: #A58258;
	width: 139px;
	height: 60px;
	/* IE 5 mac workaround \*/
	width: 109px;
	height: 12px;
	/* */
    }
    
td.video a:link:hover, td.video a:visited:hover
    {
	display: block;
	text-align: center;
    margin: 0;
    padding: 25px 0px 15px 30px;
	color: white;
	background-color: #7CECF0;
	}
	    
td.desc a:link, td.desc a:visited
    {
	display: block;
	text-align: center;
    margin: 0;
    padding: 25px 0px 15px 0px;
    color: white;
	width: 139px;
	height: 60px;
	/* IE 5 mac workaround \*/
	height: 12px;
	/* */
    }
    
td.desc a:link:hover, td.desc a:visited:hover
    {
	display: block;
	text-align: center;
	margin: 0;
	padding: 10px 0px 30px 0px;
	background-color: white;
	color: #A58258;
    }

td.images a:link, td.images a:visited
    {
	display: block;
    text-align: center;
	margin: 0;
	padding: 10px 0px 30px 30px;
    color: #A58258;
	width: 139px;
	height: 60px;
	/* IE 5 mac workaround \*/
	width: 109px;
	height: 12px;
	/* */
    }
    
td.images a:link:hover, td.images a:visited:hover
    {
	display: block;
	text-align: center;
    margin: 0;
    padding: 25px 30px 15px 0px;
	color: white;
	background-color: #7CECF0;
    }
