.brinkholdings {
	font-family: Garamond, "Times New Roman", Times;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
a:link {
	font-family: Garamond, "Times New Roman", Times;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}
a:active {
	font-family: Garamond, "Times New Roman", Times;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}
a:visited {
	font-family: Garamond, "Times New Roman", Times;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}
a:hover {
	font-family: Garamond, "Times New Roman", Times;
	font-size: medium;
	font-style: italic;
	color: #99CC99;
}
.productList {
	font-family: Garamond, "Times New Roman", Times;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
.productList a:link {
	font-family: Garamond, "Times New Roman", Times;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.productList a:visited {
	font-family: Garamond, "Times New Roman", Times;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.productList a:active {
	font-family: Garamond, "Times New Roman", Times;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.productList a:hover {
	font-family: Garamond, "Times New Roman", Times;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #660000;
}

.text {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.text a:link {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
}
.text a:visited {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.text a:active {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
}
.text a:hover {
	font-family: Garamond, "Times New Roman", Times;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #990000;
}


/* Added from layout.css - sam */

/*
table.productList {
	width: 625px;
	margin: 0px;
	padding: 0px;
}
*/

table.productList {
	margin: 0px;
	padding: 0px;
}

table.productList td {
	line-height: 16px;
	padding: 11px 0px 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}

table.productList td.firstCell {
	padding: 0px 0px 11px;
	border: none;
}

table.productList td.lastCell {
	padding: 11px 0px 0px;
}

table.productList td.oneCell {
	padding: 0px;
	border: none;
}

table.productList img {
	float: left;
	padding: 1px 11px 1px 0px;
}
