body
{
	margin: 0;
	padding: 0;
}

img 
{
	border: none;
}

td, p, div
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #333333
}

a:link
{
	color: #3333CC;
	text-decoration: none;
} 
	
a:visited
{
	color: #333388;
	text-decoration: none;
} 

h1, h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006666;
	line-height: 120%;
}

h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}

h1
{
	font-size: 13pt;
	margin-top: 18pt;
	margin-bottom: 12pt;
}

h2
{
	font-size: 10pt;
	margin-top: 14pt;
	margin-bottom: 10pt;
}

h3
{
	font-size: 9pt;
	margin-top: 10pt;
	margin-bottom: 4pt; 
}

h4
{
	font-size: 12pt;
	margin-bottom: 3pt; 
}

h5 
{
	font-size: 10pt;
	margin-bottom: 3pt; 
}

h6 
{
	font-size: 9pt;
	margin-bottom: 3pt; 
}

p, li
{
	margin-bottom: 6pt; 
	margin-top: 6pt;
}

ul, ol
{
	margin-bottom: 0pt; 
	margin-top: 0pt;
}

p, li, td, dt, dd
{
	line-height: 130%;
}

dd
{
	margin-bottom: 6pt; 
	margin-top: 6pt;
	margin-left: 12pt;
}

dt
{
	font-weight: bold;
	margin-bottom: 6pt; 
}

#header
{
  font-size: 24pt;
  font-weight: bold;
	content: "SPICE Group";
}

#header_text, #logo, #menu, #right, .navigation
{
	display: none;
}

TABLE {
  empty-cells: show;
  border-collapse: collapse;
}

TABLE.table TD, TABLE.table TH {
  padding: 5px;
  border: 1px solid grey;
}
