.bnt52Gray_button {
	width: 52px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 8px;
}
.bnt52Gray_btn {
	height: 13px;
	width: 52px;
	margin-left: 5px;
}
.bnt52Gray_btn a {
    color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(../images/button_gray_52.gif);
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}
.bnt52Gray_btn a:hover {
	color: #FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	background-image: url(../images/button_gray_52.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.bnt52Red_button {
	width: 52px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 8px;
}
.bnt52Red_btn {
	height: 13px;
	width: 52px;
	margin-left: 5px;
}
.bnt52Red_btn a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(../images/button_red_52.gif);
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}
.bnt52Red_btn a:hover {
	color: #FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	background-image: url(../images/button_red_52.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.bnt72Gray_button {
	width: 72px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 8px;
}
.bnt72Gray_btn {
	height: 13px;
	width: 72px;
	margin-left: 5px;
}
.bnt72Gray_btn a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(../images/button_gray_72.gif);
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}
.bnt72Gray_btn a:hover {
	color: #FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	background-image: url(../images/button_gray_72.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.bnt92Gray_button {
	width: 92px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 8px;
}
.bnt92Gray_btn {
	height: 13px;
	width: 92px;
	margin-left: 5px;
}
.bnt92Gray_btn a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	background-image: url(../images/button_gray_92.gif);
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}
.bnt92Gray_btn a:hover {
	color: #FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	background-image: url(../images/button_gray_92.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.textlinkHL{
	color: #333333;
	text-decoration: none;
}
.textlinkHL:hover {
	color: #1A5189;
    background-color: #C0C0C0;
}