/* base attributes for all text*/
body, td {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

/* text headings */
/* don't use H1, use H2 */ 
H2 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 14pt;
	color: #1e2214;
}

.SectionHead {
	font-weight: bold;
}

/* for the front page info */ 
H3 {
	font-family: Palatino, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 11pt;
	color: #600404;	
}

/* for the workshop info */ 
HW {
	font-family: Palatino, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 14pt;
	color: #600404;	
}

.paintingTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: Black;
}

/* for the painting Price */ 
HP {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #CC0000;	
}

/* smaller size for the all-caps navigation at the top */ 
.TopNav {
	font-size: 8pt;
}

/* for links */ 
A {
	text-decoration: none;
	font-weight: none;
}
A:LINK {
	color: #FFFFFF;
}
A:ACTIVE {
	color: #bbbb7e;
}
A:VISITED {
	color: #FFFFFF;
}
A:hover {
	color: #bbbb7e;
}
.RegularLink {
	color: #00CCFF;
}
.RegularLink:LINK {
	color: #990000;
}
.RegularLink:VISITED {
	color: #990000;
}
.RegularLink:ACTIVE {
	color: #FF0033;
}
.RegularLink:HOVER {
	color: #FF0033;
}


/* the fine print -- e.g., copyright */
.FinePrint {
	color: #8E3342;
	font-size: 7pt;
	font-weight: bold;
}

#foil {
	background: #fff; 
	display: none;
	color: #eee;
	}