P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
A {
	color: 000000;
}
A:hover {
	color: FF0000;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	background-image: url(/images/background-music.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
.strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666633;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-image: url(/images/bullet.gif);
	list-style-type: square;
}
.menuA
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: none;
        color: #006666;
        cursor: hand;
        font-style: normal;
        line-height: normal;
        font-variant: normal;
        text-decoration: none;
}

.menuA:visited
{
        color:#006666;
        text-decoration: none;
}

.menuA:active
{
        color:#FF0000;
        text-decoration: none;
}

.menuA:hover
{
        color:#000066;
        text-decoration: none;
}

.border {
	border: 1px solid #000000;
	width: 700px;
	margin:0 auto;
	text-align:left;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
}