@charset "utf-8";
/* CSS Document */
td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
table {
	border: 1px solid #FFFFFF;
}
table a{
	font-weight: bold;
}

#tablegreen {
	background-color: #C1DADB;
}
#tablegreen:hover{
	background-color: #91BDBE;

}
#tabledarkgreen, #tabledarkgreen:hover   {
	background-color: #91BDBE;
}
tr:hover {
	background-color: #91BDBE;
}
.small {
	font-size: 10px;
	clear: left;
}
.creditcard {
	float: left;
	width: 60px;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
