* {
  margin: 0;
  padding: 0;
}
html {height: 100%;}
* html body {height: 100%;}
body {
  min-height: 100%;
  position: relative;
  	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
}
table.mt {
	border:0;
	padding:0px;	
}
table.mt td.col1 {
	width: 200px;
	color: #666666;
	background-color: #F4F4F4;
	padding:10px;	
}
table.mt td.col2 {
	width:300px;
	color: #000000;
	padding:10px;	
	background-color: #FFFFFF;
}
table.mt td.col3 {
	width: 300px;
	color: #000000;
	background-color: #F4F4F4;
	padding:12px;	
}
