/* BEGIN Graphical Button/Link Styles */
.redBtn,.blueLfArwBtn {
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 3px;
}
.redBtn input,
.redBtn a, 
.redBtn a:link, 
.redBtn a:visited, 
.redBtn a:focus,
.redBtn a:active, 
.redBtn a:hover, 
.blueLfArwBtn input,
.blueLfArwBtn a,
.blueLfArwBtn a:link,
.blueLfArwBtn a:visited,
.blueLfArwBtn a:focus,
.blueLfArwBtn a:active,
.blueLfArwBtn a:hover {
	position: relative;
	display: block;
	height: 22px;
	border-width: 0px;
	cursor: pointer;
	font-family: 'Arial', 'Helvetica', sans-serif !important;
	text-decoration: none !important;
	/*text-transform: uppercase;*/
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	color: #000;
	font-size: 12px !important;
}
.blueLfArwBtn input {
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
}
.redBtn input {
	margin-right: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
}
.blueLfArwBtn a {
	margin-left: 2px;
	padding-top: 4px;
}
.redBtn a {
	margin-right: 2px;
	padding-top: 4px;
}
.blueLfArwBtn input {
	margin-left: -2px;
	padding-right: 9px;
}
.redBtn input, .redBtn a {
	margin-right: -2px;
	text-align: left;
	padding-left: 9px !important;
}
.redBtn, .blueLfArwBtn {
	background-image: url('../Images/buttons/silverBgnd.gif') !important;
}
.redBtn {
	background-position: left top;
}

.redBtn input, .redBtn a {
	background-image: url('../Images/buttons/redEnd.gif') !important;
	background-position: right top !important;
	background-repeat: no-repeat !important;
}

.blueLfArwBtn input, .blueLfArwBtn a {
	
	background-repeat: no-repeat !important;
}

/* END Graphical Button/Link Styles */
