body {
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	font-weight : normal; 
	color : #555555; 
	text-align : left;
	background-color : #ffffff; 
}
.b:link { text-decoration : none; color : #ffffff;  }
.b:visited { text-decoration : none; color : #ffffff; }
.b:active { text-decoration : none; color : #ffffff; }
.b:hover {  color : orange ;  text-decoration : bold; }
a:link { text-decoration : none; color : #0080ff;  }
a:visited { text-decoration : none; color : #0080ff; }
a:active { text-decoration : none; color : #0080ff; }
a:hover {  color : orange;  text-decoration : bold; }
.titlelabel {
	font-family : "ms ui gothic"; 
	font-size : 11pt; 
	font-weight : bold; 
	color : white; 
	text-align : center;
	background-color : #0080ff; 
	height : 28px;
}
.sectlabel1 {
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	font-weight : bold; 
	color : white; 
	text-align : left;
	background-color : #0080ff; 
	height : 20px;
}
.sectlabel2 {
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	font-weight : normal; 
	color : white; 
	text-align : left;
	background-color : #222222; 
	height : 20px;
}

.sect {
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
	font-weight : normal; 
	color : 444444; 
	text-align : left;
	background-color : white; 
}
.subsect {
	font-family : "ms ui gothic"; 
	font-size : 8.5pt; 
	font-weight : bold; 
	color : 222222; 
	text-align : left;
	text-decoration :underline;
	background-color : white; 
}
.pend {
	border-left-color: #0080ff; 
	border-bottom-color: #0080ff; 
	border-top-style: dotted; 
	border-top-color: #0080ff; 
	border-right-style: none; 
	border-left-style: none; 
	border-right-color: #0080ff; 
	border-bottom-style: none;
}

