body {
	background-color: #3333CC;
	scrollbar-base-color : #3333CC;
	scrollbar-arrow-color : #FAEBD7;
	background-image : url(/images/embgtile.jpg);
	
}

a:link, a:visited {
	color: #3333CC;
}

a:hover {
	color: #B22222;	
}

div.step1 {
	font-size : 20px;
	font-weight : bold;
}
 
div.step2 {
	font-size : 24px;
	font-weight : bold;
}

div.error {
	text-align : center;
	color : #B22222;
	font-weight : bold;
}
 
h3.step1 {
	font-size : 24px;
	font-weight : bold;
}
 
div.headline {
	color: White;
	font-family: "Times New Roman", Times, serif;
	font-size : 36px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	text-underline-position : below;
	text-transform : capitalize;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='black', Positive='true');
}

div.linkline {
	color: White;
	font-family: "Times New Roman", Times, serif;
	font-size : 20px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : underline;
	text-underline-position : below;
	text-transform : capitalize;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='black', Positive='true');
}

div.smallline {
	color: #bbbbbb;
	font-family: "Times New Roman", Times, serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	text-underline-position : below;
	text-transform : none;
}

table.catalog {
	border : thin solid Black;
	background-color : #FAEBD7;
   	color : Black;
	font-family: "Times New Roman", Times, serif;
	font-size : 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	text-transform : none;	
}

table.adress {
   	color : Black;
	font-family: "Times New Roman", Times, serif;
	font-size : 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	text-transform : none;	
}

.dberror {

}

td.bstnr {

}

td.artist {
	color : #A0522D;
	font-weight : bold;
}

div.grname {
	font-size : 24px;
	font-variant : small-caps;
	font-weight : bold;
	color : Black;
}

div.cdname  {
    font-size : 18px;
	font-weight : bold;
	color : Black;
}

div.cdcost {
	font-size : medium;
	font-weight : bold;
	color : Black;
}

div.notavail {
	text-decoration : underline;
}

div.scart {
	font-size : 16px;
}

.bold {
	font-weight : bold;  	
}

input.green {
	border-top-color : #90EE90;
	border-left-color : #90EE90;
	border-right-color : #006400;
	border-bottom-color : #006400;
	background-color : Green;
	color : White;
	font-weight : bold;
}

input.red {
	border-top-color : #FFE4E1;
	border-left-color : #FFE4E1;
	border-right-color : #B22222;
	border-bottom-color : #B22222;
	background-color : #FF4500;
	color : White;
	font-weight : bold;
}

input.yellow {
	border-top-color : #F5F5DC;
	border-left-color : #F5F5DC;
	border-right-color : #DEB887;
	border-bottom-color : #DEB887;
	background-color : #FFE4C4;
	color : Black;
	font-weight : bold;
}