/* Cascading Style Sheet for photo display pages on FWP 
controls many aspects of formatting of the web pages.
*/

body {
	background-color: rgb(160,160,160); 
	background-image: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: x-small;
	color: rgb(  0,  0, 96);
}
/*	
	background-color: rgb(176,176,176); 
	background-color: rgb(160,160,160); 
	color: rgb(  0,  0, 96);
	color: rgb(  0,  0,128);
*/

/*-----------------------------------------------------
base font properties:
*/
h1,h2,h3,h4,h5,h6, 
th, td, p, 
.btext,
.normal-body-font { 
	font-family: Arial,Helvetica,sans-serif;
	color: rgb(  0,  0, 96);
}

/*-----------------------------------------------------
font sizes
*/
th, td, p, 
.btext,
.normal-body-font { 
	font-size: small;
}

.photo-caption {
	font-size: small;
}
.photo-caption-nav-link {
	font-size: x-small;
}

/*-----------------------------------------------------
general + font classes 
*/

.photo-caption-nav-link,
.photo-caption {
	font-family: Arial,Helvetica,sans-serif;
}
/*	color: rgb(  0,  0,128); */

p.photo-caption-nav-link,
p.photo-caption {
	 
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------
print: begin print media overrides
*/

@media print {

th, td, p, 
.btext,
.normal-body-font { 
	font-size: 12pt;
}
.photo-caption {
	font-size: 12pt;
}
.photo-caption-nav-link {
	display: none;
	font-size: 10pt;
}

} /* end print media overrides */
/*-----------------------------------------------------
print: end print media overrides
*/
/*-----------------------------------------------------*/
