.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5F5F5F;
}
.bodycopy a:link {
	color: #5F5F5F;
	text-decoration: underline;
}
.bodycopy a:visited {
	color: #5F5F5F;
	text-decoration: underline;
}
.bodycopy a:hover {
	color: #5fc4cc;
	text-decoration: underline;
}
.bodycopy a:active{
	color: #5F5F5F;
	text-decoration: none;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a09f9f;
}
.copyright a:link {
	color: #a09f9f;
	text-decoration: none;
}
.copyright a:visited {
	color: #a09f9f;
	text-decoration: none;
}
.copyright a:hover {
	color: #f7c20b;
	text-decoration: underline;
}
.copyright a:active{
	color: #a09f9f;
	text-decoration: none;
}
.caseimagecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
}
.caseimagecopy a:link {
	color: #5F5F5F;
	text-decoration: underline;
}
.caseimagecopy a:visited {
	color: #5F5F5F;
	text-decoration: underline;
}
.caseimagecopy a:hover {
	color: #5fc4cc;
	text-decoration: underline;
}
.caseimagecopy a:active{
	color: #5F5F5F;
	text-decoration: none;
}
.whatsnewcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
}
.whatsnewcopy a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.whatsnewcopy a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whatsnewcopy a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.whatsnewcopy a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.clientcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #5C9509;
}
.headlineyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f7c20b;
}
.headlinegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5c9509;
}
.headlinegreen a:link {
	text-decoration: underline;
	color: #5c9509;
}
.headlinegreen a:visited {
	text-decoration: underline;
	color: #5c9509;
}
.headlinegreen a:hover {
	color: #f7c20b;
	text-decoration: underline;
}
.headlinegreen a:active{
	text-decoration: none;
	color: #5c9509;
}
.newsheadlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #5C9509;
}
.newsheadlines a:link {
	color: #5C9509;
	text-decoration: none;
}
.newsheadlines a:visited {
	color: #5C9509;
	text-decoration: none;
}
.newsheadlines a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}
.newsheadlines a:active{
	color: #5C9509;
	text-decoration: none;
}
.formerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f7c20b;
}
sup {
	font-size: 75%;
	vertical-align: super;
	display: inline;
	line-height: 0px;
}
.sectionheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #63c4cc;
}
.columnheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5F;
}
.editdeletelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f7c20b;
}
.editdeletelink a:link {
	text-decoration: underline;
	color: #f7c20b;
}
.editdeletelink a:visited {
	text-decoration: underline;
	color: #f7c20b;
}
.editdeletelink a:hover {
	color: #5c9509;
	text-decoration: underline;
}
.editdeletelink a:active{
	text-decoration: none;
	color: #f7c20b;
}

/*********************************************
 SIDE NAVIGATION
*********************************************/
ul#sidenav {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
	padding: 0px 0px 0px 17px;
	line-height: 14px;
}

ul#sidenav li {
	width: 100%;
	list-style-image: url(images/button-arrow.gif);
	list-style-position: outside;
	margin: 0;
	color: #737373;
	padding-top: 7px;
	padding-bottom: 7px;
}

ul#sidenav li a:link {
	color: #737373;
	text-decoration: none;
}
ul#sidenav li a:visited {
	color: #737373;
	text-decoration: none;
}
ul#sidenav li a:hover {
	color: #000000;
	text-decoration: none;
}
ul#sidenav li a:active {
	color: #737373;
	text-decoration: none;
}

/* FOR HIGHLIGHTING CURRENT PAGE - WILL BE USED ONCE MARKETS SECTION IS COMPLETED */
body#faq ul#sidenav li a#active,
body#supply-program ul#sidenav li a#supply-program {
	color: #DE2918;
}



/*********************************************
 ADMIN SECTION - ERROR
*********************************************/
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/*********************************************
 ADMIN NAVIGATION BUTTONS
*********************************************/
.navbutton a { 
	display:block; 
	width:109px;
	background-color: #63c4cc
}
.navbutton a:hover {
background-color: #f7c20b}