

A:link, A:visited{ color: #627650; }
A:active, A:hover{ color: #EB4A4A; }
/*
A:link, A:visited{ color: #B94023; }
A:active, A:hover{ color: #DA6549; }
*/
/*
BODY {
	color:black;
	background:url(<cfoutput>#application.appRoot#images/mainBGimage.gif</cfoutput>) repeat-x left top;
	background-color:#dadada;
	background-attachment:fixed;
	margin: 0px 0px 0px 0px;
}
*/

.heading {
	color: black;
	font-family: verdana,arial,helvetica;
	font-size: 12pt;
	font-weight: bold;
}

.subHeading {
	color: black;
	font-family: arial,helvetica;
	font-size: 18px;
}

.smallerHeading {
	color: black;
	font-family: arial,helvetica;
	font-size: 16px;
}

.docTitle {
	color: black;
	font-family: verdana, sans-serif;
	font-size: 14px;
}

.standard {
	color: black;
	font-family: arial,helvetica;
	font-size: 9pt;
	line-height: 16px;
	padding-right: 3px;
}

.headerSubTxt {
	position: absolute;
	left: 133px;
	top: 74px;
	font-family:arial;
	font-size:12px;
	font-weight: bold;
	color:white;
	z-index:1
}

.resultMsg {
	color: #9b2828;
	font-family: arial,helvetica;
	font-size: 9pt;
	font-weight: bold;
	line-height: 16px
}

.statusLineTxt {
	color: black;
	font-family: arial,helvetica;
	font-size: 11px;
}

.footTxt {
	color: black;
	font-family: arial,helvetica;
	font-size: 11px;
}

.small {
	font-family: verdana,arial;
	font-size: 8pt;
}

.smaller {
	font-family: arial,verdana;
	font-size: 8pt;
}

.smallest {
	font-family: arial,verdana;
	font-size: 7pt;
}

.ncadpBtn {
	font-family: helvetica,arial, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	padding: 1px;
	margin: 2px;
	background-color: #BCD7A4;
	border:1px solid;
		border-top-color:#679241;
		border-left-color:#679241;
		border-right-color:#5A8336;
		border-bottom-color:#5A8336;
}

.ncadpBtnSmall {
	font-family: helvetica,arial, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
	padding: 1px;
	margin: 1px;
	background-color: #BCD7A4;
	border:1px solid;
		border-top-color:#679241;
		border-left-color:#679241;
		border-right-color:#5A8336;
		border-bottom-color:#5A8336;
}

