/* CSS Document */
<style type="text/css">
<!--
/* Teckenstilar */
BODY {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #ffffff;
}
P {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #ffffff;
}
TD {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #ffffff;
}

/* Teckenjusteringar */
.text-small { font-size: 10px; }
.text-medium { font-size: 12px; }
.text-bold { font-weight: bold; }
.text-italic { font-style: italic; }
.text-artist { font-size: 20px; }
.text-katalog { font-size: 14px; font-weight: bold;}

/* Objekt */
HR { border-bottom: 1px dashed #333333; }
.select-artist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	background-color: #666666;
}
.border-dashed { border: 1px dashed #333333; }
.border-dashed_except-left {
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	border-right: 1px dashed #333333;
}
.border-dashed_except-right {
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	border-left: 1px dashed #333333;
}
.border-dashed_except-left-and-top {
	border-bottom: 1px dashed #333333;
	border-right: 1px dashed #333333;
}
.border-dashed_except-top {
	border-bottom: 1px dashed #333333;
	border-left: 1px dashed #333333;
	border-right: 1px dashed #333333;
}
-->
</style>
