/* cat2  9-11-05 */
p {
	/* font-family: font names */
	font-family: Georgia, "Times New Roman", Times, serif; 
	/* font-size: use pt, not px */
	font-size: 12pt; 
	/* font-weight: choose bold or normal */
	font-weight: normal; 
	/* color: text color, #000000 = black */
	color: #000000; 
	/* text-align: right, left, center, justify */
	text-align: justify;
	/* line-height: how much space a line consumes regardless of font-size */
	line-height: 20pt;
	/* margins: how much blank space is seen on the sides of the text */
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 2px;
}
li {
	/* font-family: font names */
	font-family: Georgia, "Times New Roman", Times, serif; 
	/* font-size: use pt, not px */
	font-size: 12pt; 
	/* font-weight: choose bold or normal */
	font-weight: normal; 
	/* color: text color, #000000 = black */
	color: #000000; 
	/* line-height: how much space a line consumes regardless of font-size */
	line-height: 14pt;
	/* text-align: right, left, center, justify */
	text-align: justify;
	/* margins: how much blank space is seen on the sides of the text */
	margin-left: 15px;
	margin-right: 20px;
	padding-bottom: 8px;
	/* list-style-type: the bullet */
	list-style-type: square;
}
th {
	text-align: left;
}
td {
	/* font-family: font names */
	font-family: Georgia, "Times New Roman", Times, serif; 
	/* font-size: use pt, not px */
	font-size: 12pt; 
	/* font-weight: choose bold or normal */
	font-weight: normal; 
	/* color: text color, #000000 = black */
	color: #000000; 
	/* text-align: right, left, center, justify */
	text-align: justify;
	/* line-height: how much space a line consumes regardless of font-size */
	line-height: 20pt;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1ex;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	background-color: #EFEFEF;
	margin-left: 15px;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 28px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}
hr {
	color: #CCCCCC;
	text-align: center;
}
hr.break {
	page-break-after: always;
}
.upcoming-art {
	
}
.upcoming-date {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
}
/* .button = form "submit" and "clear" buttons */
.submit,.cancel {
	background-color: #669900;
	padding-right: 8px;
	padding-left: 8px;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 6px solid #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-left-color: #99CC00;
	cursor: pointer;
}
.cancel {
	color: #99CC00;
}
/* a:link = link tag */
a:link {  
	color: #336699; 
	text-decoration: none;
}
/* a:visited = link tag that has been clicked */
a:visited {  
	color: #336699; 
  text-decoration: none;
}
/* a:hover = link tag with mouse over it */
a:hover {  
	color: #3399CC;
	text-decoration: underline;
}
/* a:active = link tag with mouse over it or down (IE) */
a:active {  
	color: #3399CC; 
	text-decoration: underline;
}
