body, html {
	padding:0;
	margin:0, auto;
	background-color: #BBBBBB;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6, p, a, td, tr, table {
	color: #454545;
	padding:0;
	margin:0;
	outline:none;
	font-weight: bold;
}
td {
	font-weight:normal;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}
p {
	font-size:12px;
}
.label {
	width:100px;
	font-size:14px;
}
.form td{
	padding:2px 0;
}
.navBar {
	background-color: #BBBBBB;
}
.navBar ul {
	padding:20px 18px;
	margin:0;
}
.navBar li {
	display:inline;
	text-transform:uppercase;
	padding:0 5px;
	vertical-align:middle;
	color: Black;
}
.navBar a {
	color: Black;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:2px;
}
.indexCurr {
	border:#B9CEF0 2px solid;
}
.aboutCurr {
	border:#CE9C98 2px solid;
}
.artistCurr {
	border:#42C1E4 2px solid;
}
.exhibitCurr {
	border:#F1BF80 2px solid;
}
.pressCurr {
	border:#00FEDB 2px solid;
}
.pubCurr {
	border:#00FEDB 2px solid;
}
.contactCurr {
	border:#C3F7E1 2px solid;
}
.sideInfoBar {
	background-color: #B9CEF0;
	padding:10px;
	height:400px;
	width:200px;
}
.sideInfoLink a {
	font-size:14px;
	font-weight:bold;
	}
.sideInfoLink a:link, .sideInfoLink a:visited {
	text-decoration:none;
}
.sideInfoLink a:hover, .sideInfoLink a:active {
	text-decoration:underline;
}
.showYearList a {
	font-size:12px;
	font-weight:bold;
}
.showMonthList a:link, .showMonthList a:visited,
.showYearList a:link, .showYearList a:visited {
	text-decoration:none;
}
.showMonthList a:hover, .showMonthList a:active,
.showYearList a:hover, .showYearList a:active {
	text-decoration:underline;
}
.main {
	background-color:#BBBBBB;
	padding:0 25px 25px 25px;
	margin:0;
}
.errorText {
	color:#f00;
	font-size:12px;
}
.artworkname {
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
}
.artistname {
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
	font-family: "Script MT Bold";
}
.exhibiitname {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
}
.artworktitle, .bodytext {
	font-size:12px;
	font-weight:bold;
}
.artworktitle, .bodytextbold {
	font-size:14px;
	font-weight:bold;
}
.artworksize {
	font-size:10px;
	font-weight:bold;
	padding-bottom:20px;
}
.artworkname a,
.artworktitle a, 
.artworksize a, 
.artistname a {
	text-decoration:none;
}
.artworkname a:hover,
.artworktitle a:hover, 
.artworksize a:hover,
.artistname a:hover {
	text-decoration:underline;
}
.aboutHeaderImg {
	border:#6FFFEF 2px solid;
	padding:2px;
}
.homeImage {
	border:#FFA1A3 2px solid;
	padding:8px;
}
.artistInfoImg {
	border:none;
	padding:0px;
	width:150px;
	padding:5px 0;
}
.footer {
	padding:20px 30px;
}
.footer h5, .footer h6, .footer a {
	color:#fff;
}
.footer a {
	text-decoration:none;
}