@import url("transitional.css");

BODY {
	font-size: 12px;
      	font-family: arial, helvetica;
      	color: #000000;
      	background-color: #ffffff;
      	background-image: none;
      	background-position: center;
      	background-repeat: no-repeat;
}

TABLE, TR, TD {
font-size: 11px;
font-family: helvetica, arial,  sans-serif;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;

}

.MUSIC_P {
font-size: 11px;
font-family: helvetica, arial,  sans-serif;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
	background-color: #EEEEEE;
}


A:link {
	text-decoration: none;
	color: #006688;
}
A:active {
	  color: #0088AA;
}
A:visited {
	   text-decoration: none;
	   color: #004466;
}

	 
A:hover {
         text-decoration: underline;
         color: #0099FF;
}

.BOX {background-color: #DDDDDD; }

.BREADCRUMB {color: 000066}
.FRAMETITLE, A.FRAMETITLE {
font-size: 15px;
color: 000000;
font-weight: bold;
text-decoration: none;
}


