body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
#hidden {
	width: 200px;
	position: absolute;
	left: -999px;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
                text-align: justify;
}
.standardleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
                text-align: left;
}
.standard12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
                text-align: justify;
}
.standard12nojustify {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bold12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bold12red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.bold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.bold14white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.bold14center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
                text-align: center;
	font-weight: bold;                
}
.bold16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.bold20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.greyuppercase22 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #464646;
}
.greyuppercase32 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #464646;
}
.bg-image {
	background-attachment: fixed;
	background-image: url(imgs/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-image-alt {
	background: url(imgs/bg-body-alt-danny.jpg) no-repeat fixed center top;
}
.bg-image-alt-keith {
	background-attachment: fixed;
	background-image: url(imgs/bg-body-alt-keith.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-image-alt-keith-scroll {
	background-attachment: scroll;
	background-image: url(imgs/bg-body-alt-keith.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

