body
{
	font-family: trebuchet ms, arial, helvetica;
	background-color: #CCCCCC;
	color: Black;
}
A
{
	color: #3366CC;
}
A:visited
{
	color: #666666;
}
A:active
{
	color: #996600;
}

td
{
	vertical-align: top;	
}
.header
{
	background-color: aqua;
	font-weight: bold;
}

.highlighted
{
	background-color: Yellow;
}

.DBUpdate
{
	background-color: lime;
}

.DBError
{
	background-color: pink;
}

.productTitle
{
	cursor: hand;
	text-decoration: underline;
	color: #663300;
}

.pageSubTitle
{
	color: #663300;
	font-size: x-large;
	font-weight: bold;
}

.itemDescription
{
	font-size: x-small;
}

.hiddentext
{
	display:none
}

LI
{
	font-size: x-small;
}

.errortext
{
	color: Red;
	font-weight: bold;
}

.h2
{
	font-size: large;
}

.h3
{
	font-size: medium;
}
.formHeading
{
	font-size: medium;
	font-weight: bold;
	color: #CC3333;
}
.formLabel
{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-style: italic;
}
.formEntry
{
	font-family: Trebuchet MS, Arial, Helvetica;
}
