/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 11px;
	color: #FFFFFF;
}

.style14 {color: #FE768D; font-size: 10px; }
.style15 {color: #333333}
.style17 {color: #FE768D; font-weight: bold; }
.style25 {font-size: 12px}
.style30 {font-size: 19px; color: #FFFFFF; }
.style31 {
	color: #660000;
	font-weight: bold;
}
.style32 {color: #660000; font-weight: bold; font-size: 10px; }
.style33 {color: #000000}
.style35 {color: #FFFFFF}
.style36 {color: #FFFFFF; font-weight: bold; }
.style10 {font-size: 11px; color: #000000; padding-left: 5px; font-family: tahoma, Arial, verdana;}

.ds_box {
	background-color: #FF6699;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color:#666666;
}

.ds_head {
	background-color:#333333;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.ds_subhead {
	background-color:#000066;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color:#0066CC;
} /* This hover code won't work for IE */


