/* 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: 13px; 	color:#A78237; 	text-decoration: none}.goldheader A:visited {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-weight:normal; 	font-size: 13px; 	color:#A78237;	text-decoration: none}.goldheader A:active {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-weight:normal; 	font-size: 13px; 	color:#A78237;	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: 13px;	color: #826619;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: black;	text-decoration: none;}.goldbold A:link {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #A78237;	text-decoration: none}.goldbold A:visited {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #A78237;	text-decoration: none}.goldbold A:active {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #A78237;	text-decoration: none}.goldbold A:hover {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #826619;	text-decoration: none;}		.link4 A:link {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: #FFFFFF;	text-decoration: none}.link4 A:visited {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: #FFFFFF;	text-decoration: none}.link4 A:active {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: #FFFFFF;	text-decoration: none}/* Change the rollover properties in .class2 A:hover*/.link4 A:hover {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: #CCCCCC;	text-decoration: none;}	/* This is all the styles for the page numbers.Can also class this for non-linked words with the same properties*/.pgnumber{	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: #666666;}.bodycopy {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: normal;	color: #333333;}.header1 {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #A78237;}.bodycopywhite {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: normal;	color: #FFFFFF;}.bodycopybold {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #333333;}.footnotewhite {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 8px;	font-weight: normal;	color: #FFFFFF;}.header2 {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #A78237;}.header2a {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: normal;	color: #A78237;}.caption {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: normal;	color: #333333;}.header1BI {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: italic;	font-weight: bold;	color: #A78237;}.header2BI {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: italic;	font-weight: bold;	color: #000000;}.link3body {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: #000000;}
