  /* <![CDATA[ */
  body {
  	margin: 0;
	height: 100%;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
  }
  
  a{
  	text-decoration: none;
	color: #000;
  }
  
  a.text{
  	border-bottom: 1px dotted #9D9D9D;
  }
  
  a:hover{
  	text-decoration: underline;
  	border-bottom: none;
  }
  div{
  	margin-top: 1em;
  	padding-left: 0.3em;
  }
  
  input, select{
  	border: 1px solid #D8D8D8;
  	margin-top: 0.3em;
  }
  
  form{
  	border: 1px dotted #D8D8D8;
  	width: 30em;
  	padding: 0.2em;
  	margin-top: 0.1em;
  }

table {
	border-collapse: collapse;
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
}

tr {
	border-bottom: 1px dotted #ACACAC;
}

tr.next{
	font-weight: 600;
	cursor: pointer;
}

tr.been{
	font-weight: normal;
	color: #5D5D5D;
	cursor: pointer;
}

td{
	padding-left: 3px;
}

td.vline{
	border-right: 1px dotted #ACACAC;
}

.annot {
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1.5em;
	width: 565px;
}

  .container{
  	width: 50%;
  	margin-left: auto;
  	margin-right: auto;
  	clear: both;
  }
  
  .subm{
	background-color: #EBF1CE;
  }
  
  .header{
  	background-color: #D4DF96;
  	border: 1px solid #9FA771;
  	margin-left: 0;
  	width: 30%;
  	float: left;
  }
  
  .exam, .ct{
  	width: 30em;
  	margin-left: 0;
  	cursor: pointer;
  }
  .approve{
  	background-color: #E2FFB0;
  	border: 1px dotted #AFC588;
	margin-left: 0.3em;
	margin-bottom: 1em;
  	float: left;
  }
  
  .dprove{
  	width: 13em;
  	background-color: #FFE2CE;
  	border: 1px dotted #D0B8A8;
  	margin-left: 0.3em;
	margin-bottom: 1em;
  	float: left;
  }
  
  .result{
	margin-left: 1em;
	margin-top: 0.3em;
	border: 1px dotted #BDBDBD;
	width: 29em;
  }
  
  .label{
  	font-weight: 600;
  }
  
  .exam{
  	background-color: #F9E7DD;
  	border: 1px solid #CEBFB7;
  	clear: both;
  }
  
  .ct {
  	background-color: #E9F1DA;
  	border: 1px solid #C5CCB9;
  }
  
.title{
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-weight: 600;
	font-size: 12pt;
	color: #757575;
}

  /* ]]> */