
.styleWhite {
	color: #FFFFFF;
}

td {
	color: #666666;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

td .search{
	font-size: 13px;
}

td .cat{
	font-size: 13px;
}
.style2 {
	font-size: 12px;
	color: #666666;
}

.border {
	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: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.redborder {
	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: solid;
	border-left-style: solid;
	border-top-color: #C70909;
	border-right-color: #C70909;
	border-bottom-color: #C70909;
	border-left-color: #C70909;
}
.category a:link {
	text-decoration: none;
	color: #666666;
}
.category a:visited {
	text-decoration: none;
	color: #666666;
	}
.category a:hover {
	text-decoration: underline;
	color: #999999;
	background-color: #FFFFFF;
	}
.category a:active {
	text-decoration: underline;
	color: #999999;
	}

.browse a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.browse a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
.browse a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
.browse a:active {
	text-decoration: underline;
	color: #FFFFFF;
	}
