/*  CSS Written by Chris Beasley chris@beasleybiz.com	*/

body { 			background-color: #00008B;
			font-family: Times New Roman, Technical, serif
}

h1 {			text-align: center;
			color: #000000;
			font-weight: bold;
			font-size: 20pt
}

h2 {			text-align: center;
			color: #000000;
			font-weight: bold;
			font-size: 16pt
}

h3 {			text-align: center;
			color: #000000;
			font-weight: bold;
			font-size: 14pt
}

p {			color: #000000
}

p.left {		text-align: left;
			text-indent: +10%
}

a {			color: #00008B
}

table {			background-color: #836FFF;
			align: center
}

hr {			align: center
}

p.large {		font-size: 32pt;
			font-style: italic;
			color: #000000
}

.bold {			font-weight: bold
}

td.wave {		background-image: url(http://www.beasleyauctioneers.com/images/sidebar2.jpg);
			background-repeat: repeat;
			width="250"
}

.sign {			font-family: Comic Sans MS, Times New Roman, Technical, serif;
			font-size: 8pt;
			text-align: left;
			font-weight: bold;
			font-style: italic
}

div.sign a:link {	color: #FF0000
}

div.sign a:visited {	color: #FF0000
}

div.sign a:active {	color: #FF0000
}

.left {			text-align: left
}

.right {		text-align: right
}

.center {		text-align: center
}