body {
margin: 0 auto;
background-color: #000000;
text-align: center;
}

body,td {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #cecece;
}

a {
color: #b83200;
text-decoration: underline;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #651c01;
font-weight: normal;
}


.title {
font-size: 15px;
color: #ff8a00;
}

.title2 {
font-size: 12px;
font-weight: bold;
color: #ffffff;
}

.titlepost {
font-size: 12px;
color: #ffcc99;
}

#container {
width: 780px;
margin: 0px auto;
}

#contentbox {
padding: 5px 20px;
text-align: left;
}


.smalltxt {
font-size: 9px;
font-weight: normal;
}

.smallital {
font-size: 9px;
font-style: italic;
color: #969696;
}

.divider {
border-top: 1px solid #932001;
height: 15px;
margin: 15px auto 0px auto;
}

.divider2 {
border-top: 1px solid #3b3b3b;
height: 20px;
margin: 20px auto 0px auto;
}

.sidebox {
border: 1px solid #3b3b3b;
}

.padit {
padding: 10px;
}

.spacer10 {
margin: 0px 0px 10px 0px;
}

.spacer5 {
margin: 0px 0px 5px 0px;
}

.txtbox {
font-size: 9px;
margin-bottom: 4px;
}

.error {
font-size: 11px;
color: #C40A11;
font-weight: bold;
}