body {
        background-color: #000000;
        font-size: 11px;
        color: #dbdbdb;
        font-family: verdana,arial,helvetica,serif;
        font-weight: normal;
        text-decoration: none;
}
td {
        font-size: 11px;
        color: #333333;
        font-family: verdana,arial,helvetica,serif;
        font-weight: normal;
        text-decoration: none;
}
td.joinError {
        font-size: 11px;
        color: #cc3333;
        font-family: verdana,arial,helvetica,serif;
        font-weight: normal;
        text-decoration: none;
}
a {
        font-size: 11px;
        color: #1962e5;
        font-family: verdana,arial,helvetica,serif;
        font-weight: normal;
        text-decoration: underline;
}
a:hover {
        font-size: 11px;
        color: #1962e5;
        font-family: verdana,arial,helvetica,serif;
        font-weight: normal;
        text-decoration: underline;
}
span.title {
        font-size: 12px;
        color: #520909;
        font-family: verdana,arial,helvetica,serif;
        font-weight: bold;
        text-decoration: none;
}
td.footer {
        font-size: 11px;
        color: #1962e5;
        font-family: verdana,arial,helvetica,serif;
        font-weight: bold;
        text-decoration: none;
}
div.subNav {
        position: relative;
        width: inherit;
        border-left: 1px solid #330000;
        border-right: 1px solid #330000;
        border-bottom: 1px solid #330000;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
        background-color: #ffffff;
        color: #333333;
        font-variant: small-caps;
        cursor: pointer;
}
ul {
        list-style-image: url(/images/li.gif);
}
input.contact {
	width: 250px;
	height: 12px;
        font-size: 10px;
        color: #520909;
        font-family: verdana,arial,helvetica,serif;
}
input.contact_submit {
	width: 75px;
	height: 25px;
        border: 1px solid #bbbbbb;
        font-size: 10px;
        color: #520909;
        font-family: verdana,arial,helvetica,serif;
}
textarea {
	width: 350px;
	height: 40px;
        font-size: 10px;
        color: #520909;
        font-family: verdana,arial,helvetica,serif;
}
div.error {
	text-align: left;
        color: #dd0000;
        font-family: verdana,arial,helvetica,serif;
        font-size: 10px;
        letter-spacing: 0px;
        background-color: #cccccc;
        border: 1px;
        border-color: #660000;
        border-style: solid;
        width: 300px;
        padding: 10px;
}
