<!--

.button {
   color:#000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#808080;
   border-left-color:#808080;
   border-right-color:#333333;
   border-bottom-color:#333333;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#F0F0F0');
}

.tablelistheader { border-collapse: collapse; border:1px solid #111111}
.tablelistheadercells { font-family: Arial, Helvetica, sans-serif;
						font-variant: normal;
						font-size: 8pt; font-style: normal;
						color: #111111;
						background: #CCCCCC;
						border-left-style: none;
						border-left-width: medium;
						border-right-style: none;
						border-right-width: medium;
						border-top-style: none;
						border-top-width: medium;
						border-bottom-style: solid;
						border-bottom-width: 1;
						vertical-align: bottom }
.tablelistitem { font-family: Arial, Helvetica, sans-serif;
				 font-variant: normal;
				 font-size: 8pt;
				 color: black; }
.content {
		font-family: Arial, Helvetica, sans-serif;
		font-variant: normal;
		font-size: 8 pt;
}

-->