/* This is for the header, which is the gold color*/
/* .goldheader is the linking style properties.*/
/* text-decoration: none == links with no underline*/

/* NOTE: IN ORDER TO HAVE ROLLOVER IN CSS U MUST HAVE THESE PROPERTIES(A:LINK, A:VISITED, A:ACTIVE, A:HOVER)
for rollovers u MUST put this lines in html pg
<tr> 
   <td colspan="3"><span class="goldheader"><a href = "www.yahoo.com" class="goldheader" >INTEGRITY</a></span></td>
   <td align="center">&nbsp;</td>
</tr> 
 
 **** this lines WONT WORK for rolloversS****
 <tr class="link3"> 
    <td colspan="3"><a href = "www.yahoo.com" class="link3" >FOSTERING A SOUND &amp; REPUTABLE FINANCIAL CENTRE </td>

SEE THE DIFF? ONE USES SPAN ONE DID NOT... SO DUN 4GET MY $600......HEHEHEHHE
*/

.goldheader A:link {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	font-size: 9px; 
	color:#666666; 
	text-decoration: none}
.goldheader A:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size: 9px; 
	color:#666666;
	text-decoration: none}
.goldheader A:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size: 9px; 
	color:#FFFFFF;
	text-decoration: none}
/* Change the rollover properties in .goldheader A:hover*/
.goldheader A:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 9px;
	color: #FFFFFF;text-decoration: none;}

/* This is for the subpgs links, which is the grey color*/
/* .link3 is the linking style properties.*/
.link3 A:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none}
.link3 A:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none}
.link3 A:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none}
/* Change the rollover properties in .class2 A:hover*/
.link3 A:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;}

.goldbold A:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none}
.goldbold A:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none}
.goldbold A:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none}
.goldbold A:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;}	


.bodycopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.header1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
}
.bodycopybold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.header3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.header2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
