.dropshadows {
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	/*border-top: 1px solid #888888;*/
	/*border-left: 1px solid #888888;*/
	border-right: 3px solid #666;
	border-bottom: 3px solid #6F6D6D;
	background-color: #888888;
}

 .textdropshadow {  
    position: relative;  
    z-index:10;  
 }  
 
.newreleases {
	border-top: 2px groove gray;
	border-left: 2px groove gray;
	border-right: 2px ridge gray;
	border-bottom: 2px outset gray;
	background-color: #FFFFFF;
}

.jukebox {
	border: thin outset;
}


div.scroll {
height: 220px;
width: 400px;
overflow: auto;
border: 1px solid #666;
background-color: #ffffff;
padding: 2px;
}

.darkblue { color: #043555; }
.medblue { color: #1E5373; }
.lightblue { color: #8CACB9; }
.paleblue { color: #C8D7DF; }

.headers {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;	
	font-weight: normal; 
	color: #043555;
}
.albumartist {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-style: normal;	
	font-weight: bold; 
	color: #043555;
}
.cdtitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-style: italic;	
	font-weight: bold; 
	color: #043555;
}

body {
	margin: 0 auto 0;	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	padding: 0px;
	/*background-attachment: fixed;*/
	background-image: url(../images/acm_bg_lg2.gif);	
	color: #000000;	
}

.artistheader {
	font-size : 18px;
	margin-top: 8px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	color:  #ffffff;	
	text-decoration: bold;	
}

.bio {
	font-size : 13px;
	margin-top: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px;
	margin-left: 10px;
	color:  #043555;	
	text-decoration: normal;	
}
.bio_sm {
	font-size : 11px;
	margin-top: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px;
	margin-left: 10px;
	color:  #043555;	
	text-decoration: normal;	
}

.about {
	font: normal 11px Arial, Helvetica, sans-serif; 
	color: #043555;
	margin-top: 20px; 
	margin-right: 20px; 
	margin-bottom: 20px;
	margin-left: 20px;}

a {
	font-size : 11px;
	color:  #043555;	
	text-decoration: none;	
}

a:hover {
	font-size : 11px;
	color:  #FF0000;
	text-decoration: none;	
}

.footer a {
	font-size : 11px;
	color:  #FFFF99;	
	text-decoration: none;	
}

.footer a:hover {
	font-size : 11px;
	color:  #FF0000;
	text-decoration: none;	
}

.news a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;	
	font-weight: normal; 
	color: #043555;
}

.news a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;	
	font-weight: normal; 
	color: #FF3366;
}

h2 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;	
	margin-bottom: 4px; 
	margin-top: 4px;}

h2 em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;	
	font-size: 10px; 
	color: #666666;
	font-weight: normal; 
	font-variant: normal;}

h2 em p img {
	float:right;	
	margin-left: 15px; 
	margin-bottom: 15px;}	

h3	{
	font-size: 9px; 
	color: #80090D; 
	font-variant: small-caps;
	margin: 5px 0px 0px; 
	font-style: italic; 
	font-weight: normal;}

h4 {
	font: normal 10px Arial, Helvetica, sans-serif; 
	color: #043555;
	margin-top: 20px; 
	margin-right: 20px; 
	margin-bottom: 20px;
	margin-left: 20px;}

h4 em {
	color: #80090D; 
	font-style: italic; 
	font-weight: normal;
	font-size: 11px;}


h6	{
	margin: 0 0 20px; 
	background: transparent;	
	color: #333333;
	text-transform: uppercase; 
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;	
	font-variant: normal;	
	font-weight: normal;}




.style1 {
	color: #BBBBBB;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.dropshadow {
	/*border-top: .5px groove gray;
	border-left: 2px solid #D4D0C8; */
	margin-top: 15px;
	margin-left: 15px;		
	border-right: .5px ridge gray;
	border-bottom: 2px outset #D4D0C8;
	/*background-color: #FFFFFF; 	 */
}

.paging {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* drop shadow code */
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .0em 0ex;
}

/* drop shadow TEST code */
.blur2{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow2,
.content2{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow2{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content2{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .0em 0ex;
}