body {
	font-family: Arial, Helvetica, sans-serif;
}
a.list:active { color: #990000; text-decoration: underline; font-weight: bold}
a.list:link {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
a.list:visited {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
}
a.list:hover { color: #660000; text-decoration: none; font-weight: bold; background-color: #FFCC33; }


a.imglink:active { color: #990000; text-decoration: underline; font-weight: bold}
a.imglink:link {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
a.imglink:visited {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
a.imglink:hover { color: #660000; text-decoration: none; font-weight: bold; background-color: #FFCC33; }


.bodybackground {
	color: #FFFFFF;
	background-color: #000000;

}
.theAddress {
	font-size: 10pt;
	color: #FFF;
}
.theSubAddress {
	
	font-size: 9pt;
}
.theTitle {
	
	font-size: 13pt;
	color: #FFFFFF;
	font-weight: bold;

}
.theSize {
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;

}
.copyrightLight {
	font-size: 7pt;
	color: #CCCCCC;
}
.artTableBackground {
	background-color: #333333;
	background-image: url(backgrounds/grey_grad_6.jpg);


}
.tableHeader {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;


}
.tableRows {
	font-size: 9pt;
	font-weight: bold;
	color: #CCCCCC;

}
.listTableBackground {
	background-color: #333333;

}
.galleryTableHeader {
	font-size: 14pt;
	color: #FFCC33;
}
.galleryText {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
}
.tblArtTitle {
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC00;
}
.bodyTextBk {
	font-size: 12pt;
	color: #000000;
}
.tinyText {
	font-size: 8pt;
}
#upcomingOuterTable {
	margin: 1em;
	border: medium inset #CCC;
	background-image: url(backgrounds/grey_grad_10.jpg);
}
#upcomingInnerTable {
	margin: 1em;
}
#upcomingInnerTable th {
	font-size: 1.1em;
	font-weight: bold;
	padding: .4em;
	color: #CCC;
	background-color: #333;
}
#upcomingInnerTable td {
	padding: 1em;
	color: #000;
	font-weight: normal;
}

#eventsTable {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	padding-bottom: 1em;
	font-size: 10pt;
	text-align: left;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
}
#eventsTable h1 {
	font-size: 14pt;
	text-align: center;
	background-color: #CCC;
	color: #000;
	border-radius: 12px 12px 0px 0px;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

#eventsTable p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.imageLeft {
	float: left;
	margin-right: .7em;
}

.clearAll {
	clear: both;
	display: inline;
}
#outerTable800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-image: url(backgrounds/bn_grad_1.jpg);
}
#outerTable800 td {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	padding: 0.5em;
	text-align: left;
}

#outerTable800 p {
	color: #000;
	margin-top: .5em;
	margin-bottom: .5em;
}

#footerTable {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

