body, table, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000020;
	background-color: #ffffff;
}

table, td
{
	border-style: none;
	border-width: 0px;
}

table.menu
{
	border: 1px solid grey;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight: bold;
	color: #0000ff;
}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	font-size : 10px;
	color: #000020;
}

div.navigation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

div.navigation a
{
	text-decoration: none;
	color: #000000;
}

div.navigation a:hover
{
	text-decoration: underline;
	color: #000000;
}

span.navseparator
{
	color: #808080;
}

table.contents
{
	border: 1px solid grey;
	padding: 10px;
	margin: 20px;
}

table.catalog
{
	border: 0px;
	padding: 0px;
}

.brand
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #000020;
}

table.bordered
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #808080;
	border-left-color: #808080;
	border-right-color: #606060;
	border-bottom-color: #606060;
}

td.bordered
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #606060;
	border-left-color: #606060;
	border-right-color: #808080;
	border-bottom-color: #808080;
}
