.btn-grn {
	padding-right: 0px;
       	padding-left: 9px;
       	padding-bottom: 0px;
       	margin: 0px;
       	padding-top: 9px
}
.btn-grn a:link {
	padding-right: 0px;
       	display: block;
       	padding-left: 0px;
       	background-image: url(../images/btn-grn-off.gif);
       	padding-bottom: 0px;
       	margin: 0px;
       	width: 99px;
       	padding-top: 0px;
       	background-repeat: no-repeat;
       	height: 37px
}
.btn-grn a:visited {
	padding-right: 0px;
       	display: block;
       	padding-left: 0px;
       	background-image: url(../images/btn-grn-off.gif);
       	padding-bottom: 0px;
       	margin: 0px;
       	width: 99px;
       	padding-top: 0px;
       	background-repeat: no-repeat;
       	height: 37px
}
.btn-grn a:hover {
	background-image: url(../images/btn-grn-on.gif);
       	background-repeat: no-repeat
}
.btn-grn a:active {
	background-image: url(../images/btn-grn-on.gif);
       	background-repeat: no-repeat
}
.btn-blue {
	padding-right: 0px;
       	padding-left: 0px;
       	padding-bottom: 0px;
       	margin: 0px;
       	padding-top: 0px
}
.btn-blue a:link {
	padding-right: 0px;
       	display: block;
       	padding-left: 0px;
       	background-image: url(../images/btn-blue-off.gif);
       	padding-bottom: 0px;
       	margin: 0px;
       	width: 100%;
       	padding-top: 0px;
       	background-repeat: repeat-x;
       	height: 25px
}
.btn-blue a:visited {
	padding-right: 0px;
       	display: block;
       	padding-left: 0px;
       	background-image: url(../images/btn-blue-off.gif);
       	padding-bottom: 0px;
       	margin: 0px;
       	width: 100%;
       	padding-top: 0px;
       	background-repeat: repeat-x;
       	height: 25px
}
.btn-blue a:hover {
	background-image: url(../images/btn-blue-on.gif);
       	background-repeat: repeat-x
}
.btn-blue a:active {
	background-image: url(../images/btn-blue-on.gif);
       	background-repeat: repeat-x
}

