BLOCKQUOTE, BODY, DIV, DL, LI, OL, P, TABLE, TD, TR, UL  { font-family : Trebuchet MS, Verdana, 
Arial, Helvetica; font-size : 12px; } 

A { color : #0066cc; } 

A:HOVER { color : 
#AF1861; } 

H3 { font-size: 10pt; color: #B7C7E3; font-weight: bold;}

.small { font-size: 10px;} 

H3 { font-size : 11pt; font-weight : bold; 
color : #336699; } 

.white {  font-weight: bold; color: #FFFFFF; font-size: 12pt;}

.border { font-size: 10pt; border-top : 1px solid Black;border-bottom : 1px solid Black; border-left : 1px solid Black;border-right : 1px solid Black;}

.subtitle {  font-weight: bold; color: #FF6600;}

ul {
	list-style-type: square;
}

.border-bottom { font-size: 12px; border-bottom : 1px solid Black; }
.border-top { border-top : 1px solid Black; }
.border-right { border-right : 1px solid Black; }


.border-bottom-blue { font-size: 12px; border-bottom : 1px solid #21428d; border-top : 1px solid #21428d;}


.border-bottom-top { font-size: 12px; border-top : 1px solid Black;border-bottom : 1px solid Black; }
.navi {  font-weight: bold; color: #FFFFFF; text-decoration:none; }
.navi:Hover {  color: #ffffcc; text-decoration:underline;}


.navi-top {  font-weight: bold; color: #FFFFFF; text-decoration:none; }


DIV.pageBreak { page-break-before: always; }


	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
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;
padding: 10px;
}

#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;
}