@charset "utf-8";
body {
	background-color: #333333;
	margin-top: 0px;
}
.catTitle {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background: #005e8b;
	width: 125px;
	padding-left: 2px;
}
#column1 {
	width: 252px;
	height: 660px;
}
#column1 ul {
	color: #00c0ff;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	white-space: nowrap;
}
#column1 a:link, #column1 a:visited {
	color: #FFF;
	text-decoration: none;
}
#column1 a:hover {
	color: #00c0ff;
	text-decoration: underline;
}
#column2 {
	width: 252px;
	height: 660px;
}
#column2 ul {
	color: #00c0ff;
	font: 0.7em Arial, Helvetica, sans-serif;
	white-space: nowrap;
	list-style: none;
}
#column2 a:link, #column2 a:visited {
	color: #FFF;
	text-decoration: none;
}
#column2 a:hover {
	color: #00c0ff;
	text-decoration: underline;
}
#column3 {
	height: 660px;
	width: 252px;
}
#column3 ul {
	color: #00c0ff;
	font: 0.7em Arial, Helvetica, sans-serif;
	white-space: nowrap;
	list-style: none;
}
#column3 a:link, #column3 a:visited {
	color: #FFF;
	text-decoration: none;
}
#column3 a:hover {
	color: #00c0ff;
	text-decoration: underline;
}
#column4 {
	height: 660px;
	width: 252px;
}
#column4 ul {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #00c0ff;
	white-space: nowrap;
	list-style: none;
}
#column4 a:link, #column4 a:visited {
	color: #FFF;
	text-decoration: none;
}
#column4 a:hover {
	color: #00c0ff;
	text-decoration: underline;
}
.thTitle {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.trTitle {
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-left: 2px;
}
.trTitleDesc {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.trProd {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-indent: 2px;
}
.trProd a:link, .trProd a:visited {
	color: #005e8b;
	text-decoration: none;
}
.trProd a:hover {
	color: #FFF;
}

