body {
	background-color: #FFFFFF;
}

table {
border-collapse:collapse;
border:solid #999;
border-width:0px 0 0 0px;
}

table caption {
   font-size: 12px;
   font-weight:bolder;
}

table th,table td {
   font-family: "Arial";
   font-size: 12px;
   border:solid #999;
   border-width:0 0px 0px 0;
   padding:0px;
}

tfoot td {text-align:center;}


a:link {
	font-family: "Arial";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-family: "Arial";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: "Arial";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
