/* CSS Document */

/* heading (title) at top of page */
.heading {
	font-size: 4em; 
}

/* Artist's Name after Statements */
.artistname {
	font-size: 1.4em;
	font-weight: bold;
}
/* Body Style */	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #141414;
	font-size: 12px;
	font-weight: normal;
	background-color: #d8d9d9;
	margin: 0;
	padding: 0;
}

/* Gray Text */	
.graytext {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #737373;
	font-weight: bold;
}

/*Section Heading */
.sectionhead {
	font-weight: bold;
	font-size: 1.5em;
}

/*Division Line */
.divisionline {
	border-style: dotted;
}

/*Topic Heading */
.topic {
	font-weight: bold;
	font-size: 2em;
}

.italictopic {
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
}

/* Italic Note */	
.italicnote {
	font-style: italic;
	font-size: .9em;
}

/* Italic Text */	
.italic {
	font-style: italic;
}

/*Bold Text */	
.bold {
	font-weight: bold;
}

/*Painting Titles */
.picturetitle {
	font-weight: bold;
	font-size: .9em;
}

/*Large Painting Title */
.subpagetitle {
font-weight: bold;
font-size: .95em;
}

/*Painting Descriptions */
.picturedesc {
	font-size: .8em;
}

/*Large Painting Description */
.subpagedetails {
font-size: .85em;
}

/*Year in Exhibitions Section */
.year {
	font-weight: bold;
	font-size: .95em;
}

/*Price Query Note */
.query {
	font-weight: bold;
	font-size: .95em;
}

/*Footnote */
.footnote {
	font-weight: normal;
	font-size: .75em;
}

/*Return from Footnote */
.footnotereturn {
	font-weight: normal;
	font-size: .75em;
	font-style: italic;
}

/*Copyright Notice */
.copyright {
	font-size: .85em;
} 

/*Large Image Copyright Notice */
.subpagecopyright {
font-size: .85em;
}

/*Button to top of page */
.topofpage {
	font-size: 1em;
	font-weight: bold;
}
