a:link { text-decoration : none; color : brown;  }
a:visited { text-decoration : none; color : brown; }
a:active { text-decoration : none; color : brown; }
a:hover {  color : red;  text-decoration : bold; }
body {
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	font-weight : normal; 
	color : #555555; 
	text-align : left;
	background-color : #ffffff; 
}
table {
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	font-weight : normal; 
	color : #555555; 
	text-align : left;
	background-color : #ffffff; 
}
th {
	font-weight: bold; 
	background: #ffcc00; 
	color: white; 
	font-style: normal;
	text-align : center;
}
.pend {
	border-left-color: brown; 
	border-bottom-color: brown; 
	border-top-style: dotted; 
	border-top-color: brown; 
	border-right-style: none; 
	border-left-style: none; 
	border-right-color: brown; 
	border-bottom-style: none;
}
.tend {
	border-left-color: orange; 
	border-bottom-color: orange; 
	border-top-style: dotted; 
	border-top-color: orange; 
	border-right-style: none; 
	border-left-style: none; 
	border-right-color: orange; 
	border-bottom-style: none;
}
.header {
	font-family : "ms ui gothic"; 
	font-size : 12pt; 
	font-weight : bold; 
	color : white; 
	text-align : center;
	background-color : brown; 
	text-decoration : none;
	padding: 3px;
	margin-bottom: 10px;
}
.datatable {
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	font-weight : normal; 
	color : #555555; 
	text-align : left;
	background-color : #ffffff;
	border-style : none;
	border-color : #888888;
}
h4 {
	padding: 5px;
	border-left: solid 14px #a33; 
	border-top: solid 1px #a33; 
}
