@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4E53;
}
body {
	background-color: #4D4E53;
}

a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CA252B;
}

.layoutBodytile {
	background-image: url(images_general/gallerytile.gif);
	background-repeat: repeat-y;
}
.layoutBottomtile {
	background-image: url(images_general/gallerybottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 27px;
}
.textBold14 {
	font-size: 14px;
	font-weight: bold;
}
.textWhiteBold {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.layoutArtistNav {
	background-image: url(artistNavbar/artistnavbar2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.textSmall {
	font-size: 9px;
}
.padding15 {
	padding: 15px;
}


.textRedBold14 {
	font-size: 14px;
	font-weight: bold;
	color: #CA252B;
}
.textRedBold12 {
	font-weight: bold;
	color: #CA252B;
}
.textArtistName {
	font-size: 14px;
	font-weight: bold;
	color: #FFF9D8;
}
.textTitleItalic {
	font-size: 14px;
	font-style: italic;
}
