.LostHeader {
	background-color : #FF4500;
	font : 14pt;
}
.LostItem {
	background-color : #FF4500;
	font-size : x-small;
}
.EditorSpan {
	container: positioned;
	position: absolute;
	TOP: 100px;
	LEFT: 20px;
	WIDTH: 600px;
	HEIGHT: 300px;
	Z-INDEX: 5;
	border-width: thin;
	border-style: solid;
	display:inline;
	visibility:hidden;
}
.EditorAuction {
	container: positioned;
	position: absolute;
	TOP: 650px;
	LEFT: 120px;
	WIDTH: 600px;
	HEIGHT: 300px;
	Z-INDEX: 5;
	border-width: thin;
	border-style: solid;
	display:inline;
	visibility:hidden;
}
.Editor {
	width : 600px;
	margin-left : 0;
	margin-top : 0;
	height : 300px;
	background-color : Silver;
}

P  {
	font-size : x-small;
}

H1  {
	font-size : large;
	font-weight : bold;
}

H2  {
	font-size : medium;
	font-weight : bold;
	margin-bottom : 1;
}

H3  {
	font-weight : bold;
	font-size : small;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
	margin-left : 2;
	margin-top : 2;
	font-family : Tahoma;
	font-size : x-small;
}

TD  {
	font-size : x-small;
}

INPUT  {
	font-family : Tahoma;
	font-size : x-small;
	font-weight : normal;
}

UL  {
	font-size : x-small;
	list-style-type : none;
	padding-left : 3;
	margin-left : 3;
	margin-top : 0;
	margin-bottom : 0;
}

LI  {
	font-size : x-small;
    padding-left : 5;
	margin-left : 5;
}

ol  {
	font-size : x-small;
	padding-left : 5;
	margin-left : 5;
	list-style-type : decimal;
}

