/** Created by Raymond on 29. jan.. 2009 **/
@CHARSET "UTF-8";

table.matrix {
	width: 705px;
}

table.matrix th {

	text-align: center;
	padding: 25px 2px 10px 2px;
    width: 150px;
}
table.matrix th.first {
	text-align: left;
	font-size: 12pt;
    vertical-align: bottom;
}

table.matrix th.first a {
    color: 
    white;
}

table.matrix td {
	text-align: center;
	padding: 6px 0 6px 4px;
}
table.matrix td.first {
	text-align: left;
	font-weight: bold;
}

table.matrix tr.odd {

	color: white;
}

table.matrix tr.even {
	background-color: #636262;
	color: white;
}
table.matrix td div.buy {
	font-size: 9pt;
	margin: 10px 0px 10px 0px;
}
p.footnote {
	margin: 25px 0px 20px 10px;
	font-size: 8pt;
}
/* 
td.first a,
td.first a:link,
td.first a:active,
td.first a:visited {
  color: white;
}

td.first a:hover {
	
}
*/
