body {
	font-size: 10pt;
}

table.out {
  width: 100%; 
  height: 100%; 
	background-color: #FFFFFF;
  border: 0px #FFFFFF solid;
} 

td.out { 
	text-align: center; 
	vertical-align: middle; 
} 

td.center { 
	text-align: center; 
	vertical-align: middle; 
} 

table.in {
	background-color: #000000; 
  border: 0px #000000 solid;
	padding: 0px;
  width: 300px;
} 

pre {
	font-family: sans-serif;
  font-size: 10pt;
} 

td.little {
	width: 50px;
}

td.middle {
  width: 148px;
}

td.little_white {
	background-color: #FFFFFF; 
	width: 50px;
}

td.middle_white {
	background-color: #FFFFFF; 
  width: 148px;
}

img {
	border: none;
}