body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.company {
	font-size: 6pt;
	color:#666666;
}

.artist {
	font-size: 8pt;
	color:#666666;
}

.title {
	font-size: 9pt;
	font-weight:bold;
}

.dw {
	font-size: 12pt;
	font-weight:bold;	
}

.vw {
	font-size: 10pt;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #FFFFFF;
	background-image: url(vw.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.aw {
	font-size: 12pt;
}

.odd {
}

.even {
	background-color:#FFFFFF;
	background-image: url(title.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.minihead {
	background-image: url(minihead.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}