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

body,td {
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size: 13px;
color: #9a9a9a;
}

a {
color: #d23900;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ff4500;
font-weight: bold;
text-decoration: none;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=75);   
-moz-opacity: .75;   
opacity: .75;
-khtml-opacity: .75; 
}

#container {
width: 780px;
margin: 0px auto;
text-align: left;
}

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

.title {
font-size: 18px;
color: #FFFFFF;
}

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

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

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

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

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

.spacer20 {
margin: 0px 0px 20px 0px;
}

.spacer30 {
margin: 0px 0px 30px 0px;
}

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

.divider {
width: 100%;
height: 20px;
margin: 20px auto 0px auto;
border-top: 1px solid #3c3c3c;
}

/* FORM */
form {
margin: 0;
padding: 0;
}

.formbox, select {
background: #d1bf93;
padding: 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0 0 2px 0;
border: 0;
color: #5e502d;
font-size: 12px;
}


.redtxt {
color: #c83333;
}

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

.required {
font-weight: bold;
}

