/* CSS Document */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #99CCFF;
}
a:link {
	text-decoration: none;
	color: #61524e;
}
a:visited {
	text-decoration: none;
	color: #61524e;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #61524e;
}
input.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/btn_arrow_submit.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 11px;
	vertical-align: middle;
	font-size: 11px;
	color: 61524e;
	background-color: F8F2E4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
}

.ButtonLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/btn_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	padding-top: 11px;
	padding-bottom: 11px;
	vertical-align: middle;
	font-size: 11px;
}
.ButtonLink a:hover{
	text-decoration: underline;
	color: #F7A537;
	font-size: 11px;
}
.ButtonLinkHome {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/btn_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	font-size: 11px;
}
.ButtonLinkHome a:hover{
	text-decoration: underline;
	color: #F7A537;
	font-size: 11px;
}