body
{
	padding-top: 16px;
}

h1
{
	font-size: 14pt;
	margin-bottom: 0px;
}

h2
{
	font-size: 11pt;
	margin-bottom: 0px;
}

p
{
	margin-top: 8px;
}

a.navigation
{ 
	color: #000000; /* Font Color */
	text-decoration: none; /* No text underline on navigation link */
}

a.navigation2
{ 
	color: #000000; /* Font Color */
	text-decoration: none; /* No text underline on navigation link */
}

a.navigationself
{  
	color: #000000; /* Font Color */
	background-color: #eeeeee; /* Like navigation2 background */
	text-decoration: none; /* No text underline on navigation link */
}

a.navigation2self
{  
	color: #000000; /* Font Color */
	background-color: #ffffff;
	text-decoration: none; /* No text underline on navigation link */
}

a.navigation:hover
{
	/* Mouse hover */
}

table
{
	color: #666666; /* Font Color */
	font-family: Tahoma;
	font-size: 10pt;
	border-collapse: collapse;
	text-align: justify;
}

th
{
	background-color: #eeeeee; /* Like Navigation2 */
	font-weight: bold;
	width: 120px;
	
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
}

td
{
	border-top: #eeeeee 1px solid; /* Like Table Header th */

	vertical-align: top;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
}

table.Main
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

td.Title
{
	border-bottom: #666666 1px solid;
	background-image: url(signumsoft.jpg);
	height: 128px;
}

td.Navigation
{
	background-color: #cccccc;
	border-top: none; /* Override td style */

	padding-left: 64px;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.Navigation2
{
	background-color: #eeeeee;
	border-top: none; /* Override td style */

	padding-left: 64px;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.Content
{
	border-top: none; /* Override td style */

	padding-left: 64px;
	padding-top: 32px;
	padding-right: 64px;
	padding-bottom: 32px;
}

td.CopyRight
{
	color:Black; /* Font Color */
	border-top: #666666 1px solid;
	background-image: url(panel.gif);
	
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 64px;
	padding-bottom: 4px;
}