/* CSS Document */

/* basic elements */
body { 
	font: 10pt/16pt times; 
	color: black; 
	margin: 0px; 
	}
p { 
	font: 10pt/16pt times; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic bold normal 10pt times; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: black;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #993399;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #993399;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #993399;
}.tabletext {
	line-height: 12px;
	padding-bottom: 10px;
}
.tablehead {
	line-height: 10px;
	padding-bottom: 13px;
	font-weight: bold;
}
.furnitureTitle {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.wireImageText {
	font-size: 9px;
}
h1 {
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}

