/* generic base stylesheet */
body
{
	margin: 0px 0px 0px;
}
p,td
{
font:10px Verdana,Arial,san-serif;
}
#mainContent a.imgPic:hover {
background-color: #CCCCCC;
}
#bodyContent a
{
text-decoration:underline;
}

#bodyContent a:hover
{
text-decoration:none;
}

/* bottom nav */
a.bottomNav
{
line-height: 20px;
color:#999999;
text-decoration:none;
}
a.bottomNav:hover
{
background-color:#999999;
color:white;
}
td.bottomLine
{
background-color:black;
}
B
{
color: #6699CC;
font-weight:bold;
font-size: 18px;
}

td td
{
background-image:none;
}

#backGround
{
	background-image: url(../images/back.gif);
}

#mainContent a {
	color: gray;
	text-decoration: none;
}
#mainContent a:hover
{
	color:white;
	background-color: black;
}
#mainContent a.productLink
{
	font: 10px/12px verdana,arial,sans-serif;
	color: gray;
	text-decoration: none;
}

.lineColor{
	background-color : black;
}
span.category {
font:  bold 13px verdana,arial,sans-serif;
color: black;
}
.rightCol {
	BACKGROUND-COLOR: #D7EBF5
}
.imgborder {
	border: 1px solid Gray;
}
.bold
{
	font-weight:bold;
	color: black;
}
span.boldblue
{
	font:  bold 13px verdana,arial,sans-serif;
	color: #6699CC;
}

a.link
{
color:#666666;
text-decoration:none;
}
a:hover.link
{
color:#ffffff;
background-color:#000000;
text-decoration:none;
}
a.link2
{
	font: 9px verdana,arial,sans-serif;
color:#000000;
text-decoration:none;
}
a:hover.link2
{
	font: 9px verdana,arial,sans-serif;
	color:#000000;
text-decoration:none;
}

a.link3
{
	font: 8px verdana,arial,sans-serif;
color:#000000;
text-decoration:none;
}
a:hover.link3
{
	font: 8px verdana,arial,sans-serif;
	color:#000000;
text-decoration:none;
}
.boldred
{
	font-weight:bold;
	color: red;
}