/* CSS Document */
.divtd {
	border: 1px dashed;
	background-position: center center;
	text-align: center;
	margin-right: 0px;
	padding-right: 0px;
	background-color: #CCCCCC;
	color: #666666;
}
.divtd a {
	background-color: #CCCCCC;
	color: #666666;

}

.divul {
	width: 600px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	background-color: #CCCCCC;
	color: #666666;
}
.divul a {
	background-color: #CCCCCC;
	color: #666666;

}

.divtable {
	margin: 0px;
	padding: 5px;
	width: 100%;
	color: #000000;
}
.divtable a {
	color: #000000;
}

.divtable2 {
	text-align: center;
	border-top: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	background-color: #ffffff;
	color: #000000;
}
.divtable2 a {
	background-color: #ffffff;
	color: #000000;
}

.divtdactive {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}
.divtdactive a {
	background-color: #FFFFFF;
	color: #000000;
}

.divtdspacer {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

