/* Main content */
.content
{
	font-family:verdana;
	font-size:8pt;
	line-height:14pt;
}


/* Main content links */
.contentLink
{
	font-family:verdana;
	font-size:8pt;
	color:#0000ff;
	line-height:14pt;
}

a.contentLink:hover
{
	color:#ff0000;
}


/* Form elements */
input, textarea
{
	font-size:8pt;
	border-width:1px;
	border-style:solid;
	border-color:#003399;
}

/* Product Categories */
.catLink
{
	color:#0000ff;
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
}

.catLinkHover
{
	color:#ff0000;
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
}