BODY {
	font-family: "Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

BODY.intro {
	color:#FFFF33; 
	background:#660066;
}

BODY.basic {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #FFFF33; 
	background: #660066;
}

BODY.basic A:link {color: #FFFF00;}
BODY.basic A:visited {color: #FFD4AA;}
BODY.basic A:hover {color: #FF9933;}
BODY.basic A:active {color: white} 

BODY.intro A:link {font-weight: bold; color: #FFFF00;}
BODY.intro A:visited {font-weight: bold; color: #FFFF00;}
BODY.intro A:hover {color: #FF9933;}
BODY.intro A:active {font-weight: bold; color: white} 

a#pics {background: #660078 url(http://www.aprilsnow.be/pictures/camera/camera-clipart31-small.gif) no-repeat center center; width: 15px}
a:visited#pics {background: #660078 url(http://www.aprilsnow.be/pictures/camera/camera-clipart18-small.gif) no-repeat center center; width: 15px}
a:hover#pics {background: #660078 url(http://www.aprilsnow.be/pictures/camera/camera-clipart30-small.gif) no-repeat center center; width: 15px}
a:active#pics {background: #660078 url(http://www.aprilsnow.be/pictures/camera/camera-clipart40-small.gif) no-repeat center center; width: 15px}

a#pics2 {background: #660078 url(http://www.aprilsnow.be/pictures/camera/camera-clipart18-small.gif) no-repeat center center; width: 15px}
a#pics3 {background: #660066}

.menuinfo {font-size: 9px;}

.pageTitle {
	font-size: 22px; 
	font-weight: bold; 
	text-decoration: underline;
}

.important {color: red;}

.artist {
	font-weight: bold; 
	color: red;
} 

.titleBig {
	font-size: 16px; 
	font-weight: bold;
}

.title {
	font-size: 13px; 
	font-weight: bold;
}

.totalItems {font-size: 12px;}


TABLE {
	border-collapse: collapse; 
	border-spacing: 0px;
	padding: 0px;
}

TABLE A:link {color: #FFFF00; text-decoration: none;}
TABLE A:visited {color: #FFFF00; text-decoration: none;}
TABLE A:active {color: white; text-decoration: none;} 

TABLE.basic {
	width: 100%; 
	border-collapse: collapse; 
	border-spacing: 0px;
	padding: 0px;
	table-layout:fixed;
}

TABLE.basicNoBorderNoFixedTD {
	width: 100%; 
	border-collapse: collapse; 
	border-spacing: 0px;
	padding: 0px;
	table-layout:fixed;
}

TABLE.basicNoBorder {
	width: 100%; 
	border-collapse: collapse; 
	border-spacing: 0px;
	padding: 0px;
	table-layout:fixed;
}

TABLE.basicRedBorder {
	width: 100%; 
	border-collapse: collapse; 
	border-spacing: 0px;
	padding: 0px;
	table-layout:fixed;
}

TABLE.basicRedBorder2 {
	width: 100%; 
	border-collapse: collapse; 
	border-spacing: 0px;
	padding: 0px;
	table-layout:fixed;
}


TABLE.basicRedBack {
	width: 100%; 
	border-collapse: collapse; 
	border-spacing: 0px;
	padding: 0px;
	background-color: red;
	table-layout:fixed;
}

TABLE.basicYellowBack {
	width: 100%; 
	color: red;
	border-collapse: collapse; 
	border-spacing: 0px;
	padding: 0px;
	background-color: #FFFF33;
	table-layout:fixed;
}	

TABLE.short40 {
	width: 40%;
	border-collapse: collapse; 
	border-spacing: 0;
	padding: 0;
	table-layout:fixed;
}

TABLE.short50 {
	width: 50%;
	border-collapse: collapse; 
	border-spacing: 0;
	padding: 0;
	table-layout:fixed;
}

TABLE.short80 {
	width: 80%;
	border-collapse: collapse; 
	border-spacing: 0;
	padding: 0;
	table-layout:fixed;
}

TR.basic {
	font-size: 11px; 
}

TR.detail {
	font-size: 11px; 
	background: #660078;
}

TR.high {
	height: 80; 
	vertical-align: top;
	border: 0px solid #888888;
	border-spacing: 0px;
	padding: 0px;
}

TR.codes {font-size: 14px;}

TR.codesBG {font-size: 14px;
	background: #660078;
}

TABLE.basic TD, TABLE.short40 TD, TABLE.short50 TD, TABLE.short80 TD {
	border: 1px solid #888888;
	border-spacing: 0px;
	padding-left: 2px;
}

TABLE.basicNoBorder TD {
	border: 0px solid #888888;
	border-spacing: 0px;
	padding-left: 2px;
}

TABLE.basicRedBorder TD, TABLE.basicRedBackground TD {
	border: 1px solid red;
	border-spacing: 0px;
	padding-left: 2px;
}

TABLE.basicRedBorder2 TD {
	border: 0px solid red;
	border-spacing: 0px;
	padding-left: 2px;
}

TD.TD01Center {width: 1%;
	text-align: center;
}

TD.TD02 {width: 2%;}

TD.TD02Center {
	width: 2%;
	text-align: center;
}

TD.TD02CenterRed {
	width: 2%;
	text-align: center;
	color: red;
}

TD.TD02CenterRedBorder {
	width: 2%;
	text-align: center;
	color: red;
	border: 1px;
	border-color: red;
}

TD.TD02Right {
	width: 2%;
	text-align: right;
}

TD.TD03 {width: 3%;}

TD.TD03Center {
	width: 3%;
	text-align: center;
}

TD.TD03CenterRed {
	width: 3%;
	text-align: center;
	color: red;
}

TD.TD03Red {
	width: 3%;
	color: red;
}

TD.TD03Right {
	width: 3%;
	text-align: right;
}

TD.TD04 {width: 4%;}

TD.TD04Center {
	width: 4%;
	text-align: center;
}

TD.TD04CenterRed {
	width: 4%;
	text-align: center;
	color: red;
}

TD.TD04Red {
	width: 4%;
	color: red;
}

TD.TD04Right {
	width: 4%;
	text-align: right;
}

TD.TD05 {width: 5%;}

TD.TD05Center {
	width: 5%;
	text-align: center;
}

TD.TD05CenterRed {
	width: 5%;
	text-align: center;
	color: red;
}

TD.TD05Red {
	width: 5%;
	color: red;
}

TD.TD06 {width: 6%;}

TD.TD08Center {
	width: 8%;
	text-align: center;
}

TD.TD08CenterRed {
	width: 8%;
	text-align: center;
	color: red;
}

TD.TD08Right {
	width: 8%;
	text-align: right;
}

TD.TD10 {width: 10%;}

TD.TD10Top {
	width: 10%;
	vertical-align: top;
}

TD.TD13 {width: 13%;}

TD.TD14 {width: 14%;}

TD.TD15 {width: 15%;}

TD.TD15Right {
	width: 15%;
	text-align: right;
}


TD.TD18Top {
	width: 18%;
	vertical-align: top;
}

TD.TD20 {width: 20%;}

TD.TD20Red {
	width: 20%;
	color: red;
}

TD.TD20Center {
	width: 20%;
	text-align: center;
}

TD.TD20CenterRed {
	width: 20%;
	text-align: center;
	color: red;
}

TD.TD22 {width: 22%;}

TD.TD22Red {
	width: 22%;
	color: red;
}

TD.TD33 {width: 33%;}

TD.TD33Center {
	width: 33%;
	text-align: center;
}

TD.TD33CenterHigh {
	width: 33%;
	height:100px;
	text-align: center;
}

TD.TD40 {width: 40%;}

TD.TD40Height {width: 40%; height:250px;}

TD.TD41 {width: 41%;}

TD.TD42 {width: 42%;}

TD.TD43 {width: 43%;}

TD.TD43Red {
	width: 43%;
	color: red;
}

TD.TD44 {width: 44%;}

TD.TD44Red {
	width: 44%;
	color: red;
}

TD.TD45 {width: 45%;}

TD.TD46 {width: 46%;}

TD.TD47 {width: 47%;}

TD.TD48 {width: 48%;}

TD.TD48Red {
	width: 48%;
	color: red;
}
 
TD.TD49 {width: 49%;}

TD.TD49Red {
	width: 49%;
	color: red;
}

TD.TD50 {width: 50%;}


TD.TD50Height {width: 50%; height: 250px;}

TD.TD50Red {width: 50%;
	color: red;
}

TD.TD58 {width: 58%;}

TD.TD58Red {
	width: 58%;
	color: red;
}

TD.TD60 {width: 60%;}

TD.TD60Red {
	width: 60%;
	color: red;
}

TD.TD60Height {width: 60%; height: 250px;}

TD.TD64 {width: 64%;}

TD.TD64Red {
	width: 64%;
	color: red;
}

TD.TD70Center {
	width: 70%;
	text-align: center;
}

TD.TD70CenterBig {
	width: 70%;
	font-size: 20px; 
	font-weight: bold;
	text-align: center;
}

TD.TD70Right {
	width: 70%;
	text-align: right;
}

.TD75CenterVertical {
	width: 75%; 
	text-align: center; 
	vertical-align: top;
}

TD.TD80 {width: 80%;}

TD.TD80Red {
	width: 80%;
	color: red;
}

TD.TD95 {width: 95%;}

.backColor {
	width: 100%;
	background-color: #A707CA;
}

.newstext {
	font-size: 12px; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
	background-color: #A707CA;
}

.linkline {
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	background-color: #A707CA;
}

.linkline A:hover {color: #FF9933;}