.thBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.thRightSide {
	background-image: url(../images/th_right_side.gif);
	background-repeat: repeat;
	background-position: left;
}
.thLeftside {
	background-image: url(../images/th_left_side.gif);
	background-repeat: repeat;
	background-position: right;
}
.thStdText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.thLinkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}
A {
	color:#999999;
	text-decoration: none;
}

A:hover {
    color:#FFCC00;
	text-decoration: underline;
}
