p {
	margin-bottom: 5px;
	margin-top: 5px;
}

Li {
	list-style-type : none;
	list-style-position : outside;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 60%;
	color: #3B3B3B;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 10px;
	background-color: transparent;
}

.bodytextplain {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 60%;
	color: #3B3B3B;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: transparent;
}

.bodytextitalic {
	font-family: Arial;
	font-weight: 400;
	font-size: 100%;
	font-style : italic;
	color: #3B3B3B;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 0px;
	background-color: transparent;
}

.bodytextcenter {
	font-family: Arial;
	font-weight: 400;
	font-size: 60%;
	color: #3B3B3B;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
	text-justify : newspaper;
	text-align : center;
}

.bodytextright {
	font-family: Arial;
	font-weight: 400;
	font-size: 60%;
	color: #3B3B3B;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 10px;
	background-color: transparent;
	text-justify : newspaper;
	text-align : justify;
}

.title {
	font-family: Arial;
	font-weight: bold;
	font-size: 140%;
	color: #3B3B3B;
	text-justify : newspaper;
	text-align : justify;
}

.subtitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 110%;
	color: #3B3B3B;
	text-decoration: none;
}

.artistname {
	font-family: Arial;
	font-weight: 400;
	font-size: 100%;
	padding-left: 10px;
	color: #3B3B3B;
	text-decoration: none;
	text-justify : newspaper;
	text-align : justify;
}

.boldtext {
	font-family: Arial;
	font-weight: 700;
	font-size: 100%;
	color: #3B3B3B;
	text-decoration: none;
}

.midtitle {
	font-family: Arial;
	font-weight: 400;
	font-size: 120%;
	color: #3B3B3B;
	text-decoration: none;
	text-justify : newspaper;
	text-align : justify;
}

.nav {
	font-family: Arial;
	font-weight: 400;
	font-size: 60%;
	color: #3B3B3B;
	background-color: transparent;
	text-align : left;
}

img {
	border: 0px;
}


A:link {
	font-family: Arial;
	font-weight: 400;
	color: #3B3B3B;
	text-align : left;
}

A:hover {
	color: #7a7a05;
}

A:visited {
	color: #3B3B3B;
}

A.subtitle:hover {
	color: #7a7a05;
}

#nav1 a:hover {
	background: url("") no-repeat; /* no background-x styles work here */
	color: #7a7a05;
	cursor : default;
	}


#nav1 a img {
	width: 400px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	position: absolute;
	top: 200px;
	left: 350px;
	border: 0px;
	visibility: hidden;
	cursor : default;
	}


#nav1 a:hover img {
	visibility:visible;
	cursor : default;
	}
	
#ack {
	width: 380px;
	position: absolute;
	top: 200px;
	left: 360px;
	}
	
#nav0 a:hover {
	background: url("") no-repeat; /* no background-x styles work here */
	color: #7a7a05; 
	}


#nav0 a img {
	width: 150px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	position: absolute;
	top: 205px;
	left: 550px;
	border: 0px;
	visibility: hidden;
	}


#nav0 a:hover img {
	visibility:visible;
	}
	
.limenu0 {
	line-height: 20px;
	cursor : hand;
	}
	
.limenu {
	line-height: 20px;
	cursor : default;
	}
	
.ackn {
	line-height: 13px;
	}
	
.pleft {
	text-align : left;
	}
