@charset "utf-8";
/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {
	margin : 0;
	padding :0;
	text-align: left;
}
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table {
	border-collapse : collapse;
	border-spacing : 0;
	text-align: left;
}
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {
	font-style : normal;
	font-weight : bold;
}
q:before, q:after { content :''; }
body {
	background-color: #000;
}


#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	width: 571px;
	padding-top: 0px;
}
#music_player {
}

.imgBorder {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 2px;
}
h2 {
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
	text-align: left;
}
h3 {
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 5px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

p {
	text-align: justify;
	padding-bottom: 5px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
#form1 table {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
}
table tr td {
	text-align: left;
}

#form1 td {
	padding-bottom: 10px;
	padding-left: 5px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
#store tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
#music_player {
	margin-top: 125px;
	text-align: center;
}
.store {
	font-size: 12px;
}
a:link, a:visited {
	padding-bottom: 5px;
	color: #C00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:hover, a:active {
	padding-bottom: 5px;
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

