body
{
	background-color: white;
	margin-top: 10px;
	margin-bottom: 5px;
}

.kop 		{ font-family: arial; color: #000000; font-size: 12pt; margin-left: 0px; margin-right: 10px; font-weight: bold; }
.text 		{ font-family: arial; color: #000000; font-size: 10pt; margin-left: 0px; margin-right: 10px; }
.menu 		{ font-family: arial; color: #FFFFFF; font-size: 10pt; margin-left: 0px; margin-right: 0px; font-weight: bold; }
.legal		{ font-family: arial; color: #000000; font-size: 10pt; margin-left: 0px; margin-right: 0px; }
.product	{ font-family: arial; color: #D70000; font-size: 10pt; font-weight: bold; }

.border
{
	font-family: arial; color: #000000; font-size: 10pt; margin-left: 0px; margin-right: 30px; 
	border-style: solid;
	border-width: 0px 1px 1px 0px
}

ul { font-family: arial; color: black; font-size: 10pt; }

a { font-family: arial; font-size: 10pt; color:#FFFFFF; text-decoration:none; }
a:hover { text-decoration:none; color:#000000; }

a.legal { font-family: arial; font-size: 10pt; color:#005959; text-decoration:none; }
a.legal:hover { text-decoration:none; color:#000000; }

a.product { font-family: arial; font-size: 10pt; color:#D70000; font-weight: bold; }
a.product:hover { text-decoration:none; color:#000000; }

table
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-position: top left;
	background-color: white;
	background-repeat: no-repeat;
}

table.border2
{
	border-style:solid;
	border-width: 0px 1px 1px 0px
	border-color:#000000;
	background-position: top left;
	background-color: white;
	background-repeat: no-repeat;
}

table.noborder
{
	border-style:solid;
	border-width:0px;
	border-color:#000000;
}

td.red { background-color: #D70000; }