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;
}

.titlemain {
font-size: 18px;
color: #ffa319;
}

.title {
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}

#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;
}

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

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

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