.headingLargeGreen {
	font-size: 16px;
	color: #007109;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px 0px 5px 0px;
}

.accountNav {
	color: #007109;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #63AD5E;
	border-right-color: #63AD5E;
	border-left-color: #63AD5E;
	text-align: center;
	padding: 2px;
	background-color: #EBF4EA;
	font-weight: bold;
	display:block;
}

A.accountNav:link, A.accountNav:active, A.accountNav:visited {
	color: #007109;
	text-decoration: none;
	font-weight:bold;
	display:block;
}

A.accountNav:hover {
	color: #EBF4EA;
	text-decoration: none;
	font-weight:bold;
	background-color: #63AD5E;
	display:block;
}
.RRP {
	color: #FF0000;
	text-decoration: line-through;
}
.topNavTextSize {font-size:11px}
.border {
	border: 1px solid #63AD5E;
}
