BODY { background-color : #ffffff ; background-image :url('none') ;  margin-left : 0px ; margin-right : 0px ; margin-top : 0px ; padding-top : 0px  }


A:link { color:darkblue; text-decoration:none; }
A:visited { color:darkblue; text-decoration:none; }
A:active { color:darkblue; text-decoration:none; }
A:hover { color:black; text-decoration:underline;}

A.other:link { color:#666666; font-size:10px; text-decoration:none; }
A.other:visited { color:#666666; font-size:10px; text-decoration:none; }
A.other:active { color:#666666; font-size:10px; text-decoration:none; }
A.other:hover { color:black; font-size:10px; text-decoration:underline;}

B.header { color: #ff6600; font-family:verdana,arial,helvetica; font-size:14px; letter-spacing:0px; text-decoration: none; }

P    { font-size:12px ; font-family:verdana,arial,helvetica ; color:#666666 ; line-height: 140% ;  margin-top : 10px ; margin-bottom : 2px  ;  padding-left: 8px ; padding-right: 8px ;}

HR	{ size : 1px ; color : #CCCCCC ; width: 95% ; }

.text1    { font-size:12px ; font-family:verdana,arial,helvetica ; color:#666666 ; line-height: 140% ;  margin-top : 10px ; margin-bottom : 2px  ;  padding-left: 8px ; padding-right: 8px ;}

.news { border-top: #e9e9e9 solid 1px; margin-top: 0px ; }

.photocap { color: #666666; font-family:verdana,arial,helvetica; font-size:10px; letter-spacing:0px; text-decoration: none; }

.smallblack    { font-size:12px ; font-family:verdana,arial,helvetica ; color:#333333 ; line-height: 140% ;  }


img.homey { border: #e9e9e9 solid 1px; }

.content { border: #e9e9e9 solid 1px; border-top: 0px ;  margin-top: 0px ; }

#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: #ffffff;
font-family:verdana,arial,helvetica ; color:#666666 ;
font-size:12px ;
padding:5px;
}

#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;
}