/* The SculptureCenter stylesheet for http://www.sculpture-center.org  */
/* Try to keep away from naming classes after colors/text types,       */
/* use names like footer, subhead, etc.  							   */

/* We should get rid of this generic class */
.myclass {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px}

/* These classes are used to alter text directly, generally use with a span */
/* tag */
.header {  font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 22px; line-height: 24px; font-weight: bold; color: 483015;}
.summary {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 13px; color: 483015;}
.subheader {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #483015;}
.footer {  font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: 483015; font-style: italic;}
.title {  font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; font-weight: bold; color: 483015;}
.artist {  font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; font-weight: bold; color: 483015;}
.listitem {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; font-weight: bold; color: 483015;}
.titleb {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: 483015;}
.question {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; font-weight: bold; color: 483015;}

/* This class will generally be used for div tags */
.description {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: 483015;}
.memo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: 483015;}

/* Defaults for html tags */
a { text-decoration: none; color: #017EAE;}
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: 483015;} 
table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px; color: 483015;}
img { border: 0px none;}

/* Debugging classes (uncomment to use) */
/*
*#A { background: red; }
*#Aarrows { background; darkred; }
*#B { background: red; }
*#Barrows { background; darkred; }
*#C { background: red; }
*#Carrows { background; darkred; }
*#D { background: red; }
*#Darrows { background; darkred; }
*#background { background; green; }
table { background: blue; border: 2; border-style:double; }
td { background: darkblue; border: 1; border-style:dotted; } 
tr { background: darkblue; border: 1; border-style:dotted; } 
*/
