﻿
/* added to remove border around new dl button */
.bt:link {
	color: black;
	}
	
.bt:visited {
	color: black;
	}
	
.bt:hover {
	color: black;
}

.bt:active {
	color: black;
	}

.bt {
	border: 0px;
	color: black;
	font-size: 14px;
	text-decoration: none;
	}

a.bt img {
	color: black;
	}

table.dl 
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

img.bt 
{
	width: 136px;
	height: 89px;
}

td.pad 
{
	width: 290px;
}

.title td
{
	padding-top: 25px;
}

img.ct 
{
	cursor:pointer;
}