body {
	margin : 10 px;
	background-color: white;
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	color : #555555; 
}
a:link { text-decoration : none ; color : #5060c0;  }
a:visited { text-decoration : none ; color : #5060c0; }
a:active { text-decoration : #5060c0; }
a:hover {  color : orange;  text-decoration : bold; }
a.a:link { text-decoration : none; color : #ffffff;  }
a.a:visited { text-decoration : none; color : #ffffff; }
a.a:active { text-decoration : #ffffff; }
a.a:hover {  color : orange;  text-decoration : bold; }
table {
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	font-weight : normal; 
}
.titlelabel {
	font-family : "ms ui gothic"; 
	font-size : 11pt; 
	font-weight: bold; 
	background-color: white; 
	color: #555555; 
	font-style: normal;
	text-align : left;
}
.tab {
	font-family : "ms ui gothic"; 
	font-size : 8pt; 
	font-weight: bold; 
	background-color: #5060c0; 
	background-image: url("tab.jpg") ;
	font-style: normal;
	text-align : center;
	color: #ffffff; 
	width : 70px;
	height : 25px;
}
.label1 {
	font-family : "ms ui gothic"; 
	font-size : 8pt; 
	font-weight: bold; 
	background-color: #5060c0; 
	font-style: normal;
	text-align : left;
	color: #ffffff; 
}
.label2 {
	font-family : "ms ui gothic"; 
	font-size : 8pt; 
	font-weight: bold; 
	background-color: #5060c0; 
	font-style: normal;
	text-align : center;
	color: #ffffff; 
}
.label3 {
	font-family : "ms ui gothic"; 
	font-size : 8pt; 
	font-weight: bold; 
	background-color: #5060c0; 
	font-style: normal;
	text-align : right;
	color: #ffffff; 
}
.itemlabel {
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	font-weight : bold; 
	color : 444444; 
	text-align : left;
	background-color : #e0e0e0; 
}
.thead {
	font-weight: bold; 
	background: #ffcc00; 
	color: white; 
	font-style: normal;
	text-align : center;
}
.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;
}
.pend {
	border-left-color: #5060c0; 
	border-bottom-color: #5060c0; 
	border-top-style: dotted; 
	border-top-color: #5060c0; 
	border-right-style: none; 
	border-left-style: none; 
	border-right-color: #5060c0; 
	border-bottom-style: none;
}


