body {
		background:			#000080 url(../gavelbac.gif);
		text-align:			center;
		color:				#000080;
	}

blockquote {
		text-align:			center;
		font-size:			18pt;
}

table.headertb {
		width:				100%;
		border:				thick outset #000080;
		border-spacing:		5px;
		border-collapse:	separate;
		margin-left:		auto;
		margin-right:		auto;
	}

td.headertd {
		padding:			5px;
		border:				thin solid #000080;
		font-size:			48px;
		text-align:			center;
	}

#auction
	{
		font-weight:		bold;
		line-height:		.95;
		font-size:			32px;
	}

#sales_results
	{
		font-weight:		bold;
		line-height:		.95;
		font-size:			32px;
	}

em
	{
		color:				red;
	}

#sale {
		font-size:			32px;
	}

table.ownertb {
		width:				100%;
		border:				thick solid #000080;
		border-spacing:		5px;
		border-collapse:	separate;
		margin-left:		auto;
		margin-right:		auto;
	}

td.ownertd {
		padding:			5px;
		border:				thin solid #000080;
		font-size:			16px;
		font-weight:		bold;
		text-align:			center;
	}

#auctionStatement {
		font-size:			10px;
		font-weight:		bold;
		line-height:		.75;
}

#links {
		font-size:			16px;
		font-style:			italic;
		font-weight:		bold;
	}

p.name {
		font-style:			italic;
	}

p.conducted {
		font-size:			24px;
		font-weight:		bold;
	}

p.smallbreak {
		line-height:		.25;
	}

p.video-info {
		font-size: 			12px;
		margin-bottom: 		-5vh;
}

p.info, p.video-info {
		font-style:			italic;
		font-weight:		bold;
	}

.realty-header {
        width:              73.5vw;
        margin:             1vh auto;
        padding-top:        1vh;
        border:             1vh outset dimgray;
        height:             4.5vh;
        position:           relative;
        font-size:          3.1vh;
        font-weight:        bold;
}

.realty-header:before {
        content:            '';
        position:           absolute;
        border:             .1vh solid black;
        width:              72.85vw;
        height:             4.25vh;
        margin-left:        -57.5vh;
        margin-top:         -.5vh
}

.prev-year {
        font-size:          2.35vh;
        font-weight:        bold;
        margin-top:         -1vh;
}

.curr-year {
        font-size:          4.75vh;
        font-weight:        bold;
        margin-top:         -1vh;
}

.auctions-header {
        margin:             5vh auto;
        padding-top:        2.5vh;
        padding-bottom:     2.5vh;
        border:             .5vh solid navy;
        height:             4.5vh;
        position:           relative;
        font-size:          3.1vh;
        font-weight:        bold;
}

.auctions-header:before {
        content:            '';
        position:           absolute;
        border:             .1vh solid navy;
        width:              97.15vw;
        height:             8.25vh;
        margin-left:        -69.5vh;
        margin-top:         -2vh
}

.auction-text {
        padding-bottom:     2vh;
        font-size:          1.65vh;
        font-weight:        bold;
}

.auction-canceled {
        font-style:         italic;
        color:              #CC0000;
        font-weight:        bold;
}

.removed-watermark {
    overflow: hidden;
    position: absolute;
}

.removed-watermark p {
    font-size: 4em;
    width: 100vw;
    pointer-events: none;
    transform: rotate(-15deg);
    text-align: center;
    z-index: 1000;
    color: white;
    text-shadow:
        -1px -1px 0 red,
        0    -1px 0 red,
        1px  -1px 0 red,
        1px   0   0 red,
        1px   1px 0 red,
        0     1px 0 red,
        -1px  1px 0 red,
        -1px  0   0 red
}