A.link:link    {color:#330066; text-decoration:underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10pt; font-weight: bold}
A.link:visited {color:#330066; text-decoration:underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10pt; font-weight: bold}
A.link:active  {color:#666666; text-decoration:underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10pt; font-weight: bold}
A.link:hover   {color:#177385; text-decoration:underline; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10pt; font-weight: bold}

//
h1 {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14pt; color: #330066}
h2 {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14pt;  font-weight: bold; color: #666666}

.table {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10pt; color: #666666}

.tablePurple { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9pt ; color: #330066}
.tableSmall { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9pt; color: 666666}
.tableWhite { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10pt ; color: #FFFFFF}
.tableHeadTeal { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 11pt; color: #177385 ; font-weight: bold}
.tableTitle { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 16pt; color: #330066; font-weight: bold }
.tableHeadBlack { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 11pt; color: #000000; font-weight: bold }
.tableWhiteSM { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 8pt; color: #FFFFFF }

.project {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#666666;
	line-height: 135%;
	margin-left: 24px;
	margin-right: 18px;
	border-bottom:1px solid #fcc390;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #330066;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}