.producttitle
{
	font-family: helvetica;
	font-size: 24px;
	color: #FF0000;
}

.productsubtitle
{
	font-family: helvetica;
	font-size: 16px;
	color: #FF0000;
}

.smallerheadline
{
	font-family: helvetica;
	font-size: 18px;
	color: #0033CC;
}

.smallerheadlinered
{
	font-family: helvetica;
	font-size: 18px;
	color: #FF0000;
}

.description
{
	text-align: justify;
	font-family: helvetica;
	font-size: 12px;
	color: #000000;
}

.content
{
	font-family: helvetica;
	font-size: 12px;
	color: #000000;
}

.largecontent
{
	font-family: helvetica;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

.largecontent2
{
	font-family: helvetica;
	font-size: 22px;
	font-weight: 400;
	color: #000000;
}

.price
{
	font-family: helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #0033CC;
}

.itemNum
{
	font-family: helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #0033CC;
}

.info
{
	font-family: helvetica;
	font-size: 14px;
	color: #000000;
}

a.info
{
	text-decoration: none;
	color: #CC0000;
}

a.none
{ 
	text-decoration: none;
}

table.Box
{
	border-style: outset;
	border-color: black;
	border-width: thin;
}

