/* ---- ( iTunes CSS ) ---- */
table { 
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	padding: 0px;
}
table tr td {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	padding: 0px;
}
table.notice { 
	font: 96% Arial, Verdana,  Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;	
}
table.notice a {
	text-decoration: underline;
}
table.notice a:visited {
	text-decoration: underline;
}
table.notice tr.odd {
	background-color: #ebf3ff;
}
table.notice tr a {
	color: #0000FF;
}
table.notice tr:hover a {
	color: #ffffff;
}
table.notice tbody tr:hover, tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
}
caption.notice {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: -1px;
	background: #ffffff url(captop.jpg) repeat-x;
	background-position: 50% top;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
}
table.notice thead tr td{
	font-size: 80%;
	color: #F00;
	background: #3d80df;
	text-align: left;
	height: 8px;
}
table.notice tbody {
	background: #ffffff;
}
table.notice tr {
	vertical-align: top;
}
table.notice tr,th,td {
	padding: .25em;
}
table.notice td {
	border-left: 1px solid #dadada;
}
table.notice tfoot tr {
	background: #fff repeat-x;
}
table.notice tfoot td, tfoot th{
	color: #000;
	border: 0px;
}
table.notice tbody td{
	background: #ffffff;
	padding: 0em;
}