@charset "UTF-8";
/* CSS Document */
body {
	background-color: #ffe752;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
.style1 {
	color: #000;
	font-size: 16px;
}
.style2 {
	font-size: 10px;
	color: #000;
}
.style3 {
	font-size: 36px;
	font-weight: bold;
	color: #ffb631;
}
.style4 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.style5 {
	font-size:16px;
	font-weight:bold;
	color:#390;
}
.style6 {
	color:#000;
	font-weight:bold;
	font-size:16px;
}
.style7 {
	color:#093;
	font-size:36px;
	font-weight:bold;
}
.style8 {
	color:#F00;
	font-size:12px;
	font-weight:bold;
}
a {color:#000;
font-weight:bold;
text-decoration:underline
}
a:hover {
	color:#ffe752;
	font-weight:bold;
	text-decoration:underline;
	background-color:#F60
}
.hr {color: #000;
}
.ds_box {
	background-color: #FFB631;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}
.ds_tbl {
	background-color: #000;
}
.ds_head {
	background-color: #FFB631;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.ds_subhead {
	background-color: #FFE752;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}
.ds_cell {
	background-color: #FFB631;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}
.ds_cell:hover {
	background-color: #FFE752;
} /* This hover code won't work for IE */
#AutoNumber1 tr td div a {
	color: #000;
}
