.special a:link {
	font-weight: bold;
	color: #CC9999;
	text-decoration: none;
}
.special a:visited {
	font-weight: bold;
	color: #9D7D00;
	text-decoration: none;
}
.special a:hover {

	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.special a:active {


	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.selectborders {
	border-top-width: thick;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CC6699;
	border-bottom-color: #666666;
}
.table {
	border-top-width: thick;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #CC6699;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
}.img {
	border: thin solid #330000;
}
.table2 {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
}

