/* 	PHOTO PAGES */

BODY
{
	font-family: Verdana, Arial, sans-serif;
	line-height: 110%;
}

H1  { 
	font-size: 80%; 
	margin-top: 4px;
	margin-bottom: 0px;
    }
    
/* ======= CLASS ======= */
.backlink {   /* REPLACED this with .bread !! */
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.bread  { 
	font-size: 75%;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 0px;
    }
.caption { 
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.captiontop { 
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 16px;
   }
.graysmall { font-size: 70%; font-color: #666666;}
.scroll { 
	font-size: 75%;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #333333;
   }
.subtitle { 
	font-size: 70%;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 3px;
   }

.tiny { font-size: 50%;}
.title { 
	font-size: 220%; 
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #000000;
   }


.top { 
	margin-top: 0px;
   }

P, BLOCKQUOTE, UL, BR, DT, TD { font-size: 90%; }

H2  { font-size: 140%; }
H3  { font-size: 110%; }

H2, H3, H4, H5  {
	margin-top: 0px;
	font-weight: 900;
	background: transparent;
	text-align: left;
	/* 	color: #993355 */
}

HR  {
	clear: both;
	color: #666666;
}


/* ============================== */

a:link  {
	font-weight: normal;
	text-decoration: none;
	color: navy;
	color: #0000CC;	/*	blue dark	*/
	color: #000066;	/*	blue darkest	*/
}

a:visited  {
	font-weight: normal;
	text-decoration: none;
	color: #003300;	/*	green	*/
	color: #009900;	/*	green dark	*/
	color: #006600;	/*	green darkest	*/
}

a:hover, a:active  {
	text-decoration: normal;
	color: #FF6600;	/*	orange	*/
}

/* ============================== */


