body, td {
	font-family: Verdana, Tahoma, Sans-Serif; 
	font-size: 12px;
}
input {
	border: 1px solid black;
	font-size: 12px;
}

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:active {
	text-decoration: underline;
}
A:hover {
	text-decoration: underline;
}

.contentTd {
	padding: 0px 0px 10px 20px;
	width: 100%;
	text-align: justify;
}
.contentTd img {
	padding: 10px;
}
.imgTable td {
	font-size: 0.7em;
	font-style: italic;
}

.shortcutsTd {
	font-size: 9px;
	text-align: center;
	padding: 3px;
	padding-top: 10px;
}
.footerTable {
	background-image: url(./images2/artclass/bottom-bg.gif);
	padding-top: 10px;
	height: 46px;
}
.footerTable td {
	font-size: 9px;
}

.pageTitle, .sectionTitle {
	color: #e00000;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding-bottom: 0px;
}
.pageTitle {
	margin-bottom: 12px;
}
.sectionTitle {
	color: #000000;
	padding-bottom: 15px;
	padding-left: 30px;
}

.breadcrumb {
	font-size: 0.8em;
	margin-bottom: 12px;
	margin-top: 2px;
	text-align: left;
}

.topMenuTd {
	background-image: url(./images2/artclass/top-menu-bg.gif);
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	padding-left: 22px;
	padding-bottom: 5px;
}
.topMenuTd a {
	color: #3d5161;
	padding: 3px 7px 1px 7px;
}
.topMenuTd a:hover {
	background-color: #ffffff;
	color: #e72a2c;
	text-decoration: none;
}

.topMenuRight {
	float: right;
	font-size: 10px;
	font-weight: normal;
	padding-right: 10px;
}

.leftMenuTd {
	background-image: url(./images2/artclass/left-menu-bg.gif);
}
.leftMenuBgDiv {
	background-image: url(./images2/artclass/left-menu-top-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 423px;
	width: 280px;
	padding-top: 5px;
}
.leftMenu1 {
	background-position: left;
	background-repeat: no-repeat;
}
.leftMenu1 a {
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 5px 0px 5px 30px;
}
.leftMenu1 a:hover {
	background-color: #ffffff;
	border: 1px solid #e0e5f3;
	border-left: 0px;
	color: #e72a2c;
	text-decoration: none;
}
.leftMenu2 {
	background-position: left;
	background-repeat: no-repeat;
}
.leftMenu2 a {
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 0px 2px 40px;
}
.leftMenu2 a:hover {
	background-color: #ffffff;
	border: 1px solid #e0e5f3;
	color: #e72a2c;
	text-decoration: none;
}
.leftMenu3 {
	background-position: left;
	background-repeat: no-repeat;
}
.leftMenu3 a {
	color: #000000;
	display: block;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	padding: 2px 0px 2px 60px;
}
.leftMenu3 a:hover {
	background-color: #ffffff;
	border: 1px solid #e0e5f3;
	color: #e72a2c;
	text-decoration: none;
}

.artistShort {
	border: 1px solid #cecece;
	float: left;
	height: 150px;
	display: block;
	width: 220px;
	padding: 2px;
	overfow: hidden;
	margin: 3px;
}
.artistShort img {
	margin: 0px;
	padding: 0px;
}
.artistShort .img {
	border: 1px solid #cecece;
	float: left;
	margin: 0px 8px 8px 0px;
	padding: 2px;
}
.artistShort .name{
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.artistShort .text {
	font-size: 0.8em;
}

.artistFull {
	border: 1px solid #cecece;
	display: block;
	float: left;
	margin: 3px;
	padding: 2px;
	width: 200px;
}
.artistFull img {
	margin: 0px;
	padding: 0px;
}
.artistFull .img {
	border: 1px solid #cecece;
	float: left;
	margin: 0px 8px 8px 0px;
	padding: 2px;
}
.artistFull .name{
	clear: both;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.artistFull .text {
	clear: both;
}
.pagination {
	font-size: 0.8em;
}
