@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none; 
	font-family: Arial; 
	font-weight: bold; 
	color:#AA0000
	}
body, table {
	Text-align: left;
	background-color:#FFF;
	font-family: Arial;
	font-size:10pt;
	border-collapse: collapse;
	}
td, th {
  	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
	vertical-align: top;
	}
th {
  	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #006699;
	color: #ffffff;
}
.list td, .list th {font-size: 8pt;}

