BODY
{
	color: Teal;
	font-family: Tahoma;
	background-color: White;
}

A
{
	text-decoration: none;
	color: Teal;
	font-size: 10pt;
}

A:Hover
{
	text-decoration: underline;
	color: Red;
}

HR
{
	color: Gray;
	height: 1pt;
}

H1
{
	font-size: 16pt;
}

H2
{
	font-size: 14pt;
}

H3 
{
	font-size: 12pt;
}

.H3Extra
{
	font-size: 12pt;
	color: Teal;
}

H4 
{
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
}

STRONG
{	
}

TABLE 
	{
	font-size: 8pt;
	text-align: left;
	border: thin solid Teal;
}

.TableNoBorder
	{
	font-size: 8pt;
	text-align: left;
	border-style: none none none none;
}

TH 
	{
	color: White;
	background-color: Teal;
	text-align: center;
}
	
.TH
{
	color: yellow;
	font-size: 10pt;
	text-align: center;
}
	
TR 
	{
	color: Black;
	border: thick;
}
.TROdd
	{
	color: Black;
	border: thick double Green;
	border-width: thin thin thin thin;
	border-style: solid solid solid solid;
}
.TREven
	{
	color: Crimson;
	border: thick;
	}
.TRUnpacked
{
	color: Green;
	border: thick;
}
.TRStorageDue
{
	color: Crimson;
	border: thick;
}

TD 
	{
	font-size: 8pt;
	text-align: left;
	border: Black;
}
.TDBorder
{
	font-size: 8pt;
	text-align: left;
	border: Silver;
	border-width: 1px 1px 1px 1px;
	border-style: none none solid solid;
}

.fieldTitle 
{
	font-weight: normal; 
	white-space: nowrap; 
	vertical-align: middle; 
	font-style: italic;
}

.fieldData 
{
	font-weight: bold; 
	white-space: nowrap; 
	vertical-align: middle;
}

.field1 
{
	font-weight: bold; 
	color: red;
}

INPUT 
	{
	font-size: 8pt;
	}

SELECT 
	{
	font-size: 8pt;
	}

