font.a {text-decoration : none; font-family: arial;font-size : 8pt; color: black;}
  font.b {text-decoration : none; font-family: arial;font-size : 10pt; color: black;}
  
td.a {text-decoration : none; font-family: arial;font-size : 10pt; color: black;}
td.b {text-decoration : none; font-family: arial;font-size : 8pt; color: black;}
td.c {text-decoration : none; font-family: arial;font-size : 10pt; font-weight : bold; color: black;}
td.d {text-decoration : none; font-family: arial;font-size : 8pt; color: black; font-weight : bold;}
td.e {text-decoration : none; font-family: arial;font-size : 8pt; font-weight : bold; color: silver;}
td.f {text-decoration : none; font-family: arial;font-size : 7pt; color: black;}
td.g {text-decoration : none; font-family: arial;font-size : 8pt; color: white;}
td.h {text-decoration : none; font-family: arial;font-size : 10pt; color: white;}
td.i {text-decoration : none; font-family: arial;font-size : 11pt; font-weight : bold; color: #781127;}

option.a {text-decoration : none; font-family: arial;font-size : 8pt; color: black;}

link {text-decoration : none; font-family: arial; font-weight : bold; color: black;}
alink {text-decoration : none; font-family: arial; font-weight : bold; color: silver;}
vlink {text-decoration : none; font-family: arial; font-weight : bold; color: orange;}

.ds_box {
	background-color: #FF9900;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #FF9900;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */