/*--- HTML Tag Overrides ---*/
html, body {
	background-color: #e86a10;
	background-image: url(/auction/images/background.gif);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

em, i {
	font-style: italic;
}

h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	color: #b91414;
	font-weight: bold;
	margin-bottom: 5px;
}

hr {
	background-color: #9c9788;
	border: 0px;
	color: #9c9788;
	height: 1px;
}

p {
	margin-bottom: 1em;
}

strong, b {
	font-weight: bold;
}

td {
	vertical-align: top;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #666666;
	font-size:10px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*---------------------------*/

/* Custom Definitions */

.arial10 {
	font-size:10px;
}

.arial12 {
	font-size:12px;
}

.arial14 {
	font-size:14px;
}

.uppercase {
	text-transform: uppercase;
}

.orange {
	color: #e86a10;
}

#wrapper {
	background-image:url(/auction/images/bg.gif);
	margin: auto;
	min-height: 100%;
	width: 1000px;
}

#maintable td {
	vertical-align: middle;
}
/*---------------------------*/
