.fontone {
	font-family: Tahoma, Helvetica, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
}
.borders {
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.headerone {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
}
.paratext {
	font-family: Tahoma, Helvetica, Arial, Verdana;
	font-size: 11px;
	text-align: justify;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

/** join form styles **/

div#formBox {
        width: 412px;
}

div#title {
        padding: 9px 0;
        text-align: center;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        border: 1px #000 solid;
        background-color: #ececec;
}

div#form {
        border: 1px #ececec solid;
        background-color: #fff;
        text-align: left;
}

div#form h4 {
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        margin: 10px 0;
}

div#form span {
        display: block;
        float: left;
        width: 140px;
        text-align: right;
        margin-right: 8px;
        font-size: 13px;
        font-weight: bold;
        font-family: verdana;
        margin-bottom:10px;
}

div#form small {
        font-size: 9px;
        font-weight: bold;
        font-family: verdana;
        margin-left: 5px;
}
div#form input {
        font-size: 10px;
        margin-bottom: 10px;
}

div#form input.submit {
        display: block;
        margin: 10px auto;
        background-color: #9e0b0f;
        color: #fff;
        padding: 3px 60px;
        font-size: 16px;
        font-weight: bold;
}

div#form input.firstname {
        width: 65px;
        margin-right: 10px;
}

div#form input.lastname {
        width: 65px;
}

div#form input.zip {
        width: 40px;
}

div#form input.emailaddr {
        width: 145px;
}

div#form input.username {
        width: 90px;
}

div#form input.password {
        width: 90px;
}

div#form input.radiobutton {
        margin: 5px 0 0 5px;
}

div#form hr {
        border: none;
        height: 1px;
        background-color: #808080;
        margin-right: 10px;
}
div#form hr {
        border: none;
        height: 1px;
        background-color: #808080;
        margin-right: 10px;
}

div#form ul {
        padding: 0;
        margin: 0 0 0 150px;
        font-size: 11px;
        font-weight: bold;
        font-family: verdana;
        line-height: 13px;
}

div#form li {
        list-style-type: none;
}

div#form p {
        font-size: 11px;
        font-family: verdana;
        font-weight: bold;
        text-align: center;
        margin: 15px 0;
        line-height: 0;
}

div#form div {
        font-size: 11px;
        font-family: verdana;
        text-align: center;
        margin-bottom: 20px;
}

.header1 {
        padding: 9px 0;
        text-align: center;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        border: 1px #000 solid;
        background-color: #ececec;
}
.header2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        padding: 10px 0;
        font-weight: bold;
}

.spacer {
        height: 1px;
        background-color: #aaa;

}

.jointable {
        width: 100%;
}

.jointable td {
        font-size: 13px;
        font-weight: bold;
        font-family: verdana;
}