@charset "utf-8";
/* CSS Document */

/* investors section */

td.nav_inv {
	font-weight: bold;
	text-decoration: none;
	padding: 8px 5px 8px 5px;
	background-color: #7D4051;
}
a.nav_inv {
	color: #fefefe;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	padding-bottom: 20px;
	padding-left: 2px;
}

a.nav_inv:hover {
	font-size: 12px;
	color: #fefefe;
	font-weight: bold;
	text-decoration: underline;
}

td.nav_inv3 {
	font-weight: bold;
	text-decoration: none;
	padding: 8px 2px 8px 15px;
	background-color: #A87D86;
}
a.nav_inv3 {
	color: #FEFEFE;
	text-decoration: none;
}

a.nav_inv3:hover {
	color: #FEFEFE;
	text-decoration: underline;
}

/* gold navigation starts - About section */

td.nav_gold {
	font-weight: bold;
	text-decoration: none;
	padding: 8px 5px 8px 5px;
	background-color: #CDA459;
	color: #896829;

}
a.nav_gold {
	color: #533F1A;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	padding-bottom: 20px;
	padding-left: 2px;
}

a.nav_gold:hover {
	color: #533F1A;
	font-weight: bold;
	text-decoration: underline;
}
/*     gold sub nav - not in use 
td.nav_gold3 {

	font-weight: bold;
	text-decoration: none;
	padding: 8px 2px 8px 15px;
	background-color: #A87D86;
}
a.nav_gold3 {
	color: #DAD3CD;
	font-weight: bold;
	text-decoration: none;
}

a.nav_gold3:hover { 
color: #083845; 
font-weight: bold; 
text-decoration: underline;
}

*/

/* grey navigation starts - Operaitons section */

td.nav_grey {
	font-weight: bold;
	text-decoration: none;
	padding: 8px 5px 8px 5px;
	background-color: #B4AEAD;
}
a.nav_grey {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	padding-bottom: 20px;
	padding-left: 2px;
}

a.nav_grey:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

/* grey subnavigation - not in use
td.nav_grey3 {
	font-weight: bold;
	text-decoration: none;
	padding: 8px 2px 8px 15px;
	background-color: #A87D86;
}
a.nav_grey3 {
	color: #DAD3CD;
	font-weight: bold;
	text-decoration: none;
}

a.nav_grey3:hover {
color: #083845; 
font-weight: bold; 
text-decoration: underline;
}

*/

