table {
    font-size: 9pt;
}
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 98%;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
}
.datatable td {
	border: 1px solid #D6DDE6;
	padding: 4px;
	text-align: left;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
}
.datatable caption {
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr:hover, .datatable tr.hilite {
	background-color: #DFE7F2;
	color: #000000;
}
.ctable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: outset;
	border-left-style: solid;
	border-top-color: #828282;
	border-right-color: #828282;
	border-bottom-color: #828282;
	border-left-color: #828282;
}
a:link {text-decoration: underline;color: #0000FF;}
a:visited {text-decoration: underline;color: #0000FF;}
a:hover {text-decoration: none;	color: #0000FF;}
a:active {text-decoration: underline;}

a.choosed:link {text-decoration: none;color: #FF9999;}
a.choosed:visited {text-decoration: none;color: #FF9999;}
a.choosed:hover {background-color: #33CC00;color: #FF9999;}
a.choosed:active {text-decoration: none;color: #FF9999;}
a.pre01:link {text-decoration: underline;color: #0000FF;}
a.pre01:visited {text-decoration: underline;color: #0000FF;background-color: #FFFFFF;}
a.pre01:hover {	text-decoration: underline;color: #FF0000;background-color: #DFE7F2;}
a.pre01:active {text-decoration: underline;}

a.pre02:link {text-decoration: underline;font-size: 12pt;color: #0000FF;}
a.pre02:visited {text-decoration: underline;color: #0000FF;background-color: #FFFFFF;}
a.pre02:hover {	text-decoration: underline;color: #FF0000;background-color: #FFFFFF;}
a.pre02:active {text-decoration: underline;}
.style1 {color: #FFFFFF;font-size: 11pt;font-family: "Times New Roman", Times, serif;}
.style2 {color: #FFFFFF;font-size: 12pt; font-weight: bold;font-family: "Times New Roman", Times, serif;}

