body {
	margin:10px 20px 10px 10px;
	background-color: #333333;
	color: #EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.3em;
	text-align: left;
}




iframe{color:#EDEDED;}

#home{
	color: #EDEDED;
	background-color:#666666;
	margin:0 auto;
	
}
.mainTable{
	width:490px;
	padding:5px;
	border: 0 none;
	text-align: left;
	vertical-align: middle;
	height: 90%;
}
.textNormal, p, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #EDEDED;
	text-align: left;
	padding:0px 0px 10px 0px;
	margin:0 auto;
}
h4 {
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
.title, h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #EDEDED;
	text-align: left;
}
.subTitle, h2 {
	color: #EDEDED;
	padding-top:5px;
	text-align: left;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.italicTitle, h3 {
	color:#EDEDED;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}
.project {
	border-top:2px solid #999;
}
h1, h2, h3, table {
	padding-bottom:0px;
	margin:0 auto;
}
th {
	padding:0 0 5px 0;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #999999;
}

#searchResults{
	margin:0 auto;
}
a:link,a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight : bold;
	text-decoration: none;
}
a:active,a:hover {
	text-decoration: underline;
}
.textFooter {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #EDEDED;
	letter-spacing: normal;
	text-align: right;
	word-spacing: normal;
	margin: 2px;
	padding: 2px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #EDEDED;
	text-align: left;
	padding:0px 60px 10px 20px;
	text-indent: -2pt;
	margin:0px;
}
b, strong { font-weight:bolder; }
i, em { font-style:italic; }

/* this is the section for the image TDs on the artist details page */
#thumbNail {
	background-repeat:no-repeat;
	background-position:center; 
	height:100px; 
	width:150px
}