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

body { 			background-color: #FFFFFF;
			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
}

h4 {			text-align: center;
			color: #FF0000;
			font-weight: bold;
			font-style: italic;
			font-size: 14pt
}

p {			color: #000000
}

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

.nav a {		text-decoration: none;
			color: #FFFFFF
}

.nav {			font-family: Times New Roman, Technical, serif;
			font-size: 16pt;
			text-align: center;
			font-weight: bold;
			color: #FFFFFF
}

table {			background-color: #FFFFFF;
			align: center
}

hr {			align: center
}

p.large {		font-size: 32pt;
			font-wieght: bold;
			color: #000000
}

p.large2 {		font-size: 14pt;
			font-style: italic;
			font-wieght: bold;
			color: #000000
}

.bold {			font-weight: bold
}

td.logo {		background-image: url(http://www.beasleybiz.com/robert/images/main02.jpg);
			background-repeat: repeat;
			width="220"
}

td.top {		background-color: #0000FF;
}

.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
}