A:link { color: #0B07AA }
A:visited { color: #0B07AA }
A:active { color: #0B07AA }
A:hover { color: #D40106 }  
a#contact{color:red;}
/*
This stylesheet uses pt's for font sizing for demonstration purposes. 
 However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. 
 They also are extremely small for some Mac's. 
 When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). 
 For example, 9pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. 

Addition May 5th, 2007 - SP
 We will use pixels as the font-size unit.
*/


#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat} 

td {font-family: verdana, geneva, sans-serif; font-size: 12px; color: #000}

.red78 {font-family: verdana, geneva, sans-serif; font-size:7.8pt; color: #D70101}
.red8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #D70101}

.black78 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #000000

.grey78 {font-family: arial, geneva, sans-serif; font-size: 9pt; color:#a6a6a6;}
th{color:#003399; text-align:left; font-size:10pt; font-weight:bold; height:16px;}
table.listing td{color:#000;font-size:10pt;font-family:Arial, Helvetica, sans-serif; line-height:16px;}
.visit{color:#003399;font-size:10pt;font-family:Arial, Helvetica, sans-serif;font-weight:bold;}














