/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background: #e8ddaf url(images/DecoBackground.jpg) repeat-x top;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
.style1 {font-size: 9px}

.style2 {
	font-size: 10pt; 
	color: #333333;
}
.painting {
	font-size: 10pt;
	color: #996633;
}
.SSD {
	font-size: 8pt; 
	color: #b5a871;
}
.table {
	font-size: 10pt;
	color: #000000;
}
.head {
	font-size: 12pt;
	color: #996633;
}

A.SSD:link {color: #b5a871; text-decoration: none;}
A.SSD:visited {color: #b5a871; text-decoration: none;}
A.SSD:hover {color: #333333; text-decoration: none;}
A.SSD:active {color: #FF6600; text-decoration: none;}
-->