td {
    font-family:Helvetica,Sans,Verdana;
    font-size: 10pt;
    color: white;
}
a {
    color: white;
}

input, textarea {
    border: 1px solid #7f9ba0;
    background-color: rgb(23,43,50);
    color: white;
}

hr {
    border: 0px;
    height: 1px;
    background-color: #747474;
    width: 90%;
}

.page_title  {
    font-family:Helvetica,Sans,Verdana;
    font-size: 10pt;
    font-weight:bold;
    color: white;
}

.login_text {
    font-family:Helvetica,Sans,Verdana;
    font-size: 10pt;
    color: white;
}

.latestthread_link {
    font-family:Helvetica,Sans,Verdana;
    font-size: 9pt;
    color: white;
}

.news_title  {
    font-family:Helvetica,Sans,Verdana;
    font-size: 18pt;
    color: white;
}

.comment_username {
    font-family:Helvetica,Sans,Verdana;
    font-size: 10pt;
    color: white;
}

.comment_title {
    font-family:Helvetica,Sans,Verdana;
    font-size: 13pt;
    color: white;
}

.news_title_link  {
    font-family:Helvetica,Sans,Verdana;
    font-size: 18pt;
    text-decoration: none;
    color: white;
}

.news_date {
    font-family:Helvetica,Sans,Verdana;
    font-size: 9pt;
    color: white;
}

.comment_date {
    font-family:Helvetica,Sans,Verdana;
    font-size: 9pt;
    color: white;
}

.comments_link {
    font-family:Helvetica,Sans,Verdana;
    font-size: 10pt;
    text-decoration: none;
    color: white;
}

.more_link {
    font-family:Helvetica,Sans,Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.footer_text {
    font-family:Helvetica,Sans,Verdana;
    font-size: 8pt;
    color: white;
}

.beta_form_title  {
    font-family:Helvetica,Sans,Verdana;
    font-size: 10pt;
    font-weight:bold;
    color: white;
}

.beta_form_error {
	color: red;
}