td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#828282;
	line-height:13px;
}

a {text-decoration:underline;
   color:#828282;}
  
body { 	margin:0px;padding:0px;}
strong { color:#B7B7B7}


ul {margin:0; padding:0; list-style:none}
li {background:url(images/a.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 8px; line-height:16px }
li a { color:#B7B7B7; font-weight:bold}


.welcome strong { color:#828282}

.latest span { color:#B7B7B7}

.copy { color:#6B6969}
.copy a { color:#6B6969; text-decoration:none}
.copy a:hover { text-decoration:underline}

.gallery span a { text-decoration:none}
.gallery span a:hover { text-decoration:underline}

.white {color:#ffffff; text-decoration:none}



.form { width:204px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#B7B7B7;
		background-color:#4F4F4F;
		color:#B7B7B7;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:204px;
		height:79px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#B7B7B7;
		background-color:#4F4F4F;
		color:#B7B7B7;
		margin-left:0px;
		margin-right:0px}
		

a:hover{text-decoration:none;}
.a:hover{text-decoration:underline;}
 
 
 /* image viewer */
 #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;
}

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




