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

body,td {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #939393;
}

a {
text-decoration: underline;
color: #4497fa;
font-weight: none;
}

a:hover {
text-decoration: underline;
color: #90c0fa;
font-weight: 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=85);   
-moz-opacity: .85;   
opacity: .85;
-khtml-opacity: .85; 
}

#topwhite {
width: 100%;
height: 280px;
background: #ffffff;
}

#container {
width: 875px;
margin: 25px auto;
text-align: left;
}

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

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

.spacer15 {
margin: 0 0 15px 0;
}

.title {
font-size: 20px;
color: #ffffff;
}

.smalltxt {
font-size: 10px;
}

.divider {
width: 100%;
height: 25px;
margin: 25px auto 0 auto;
border-top: 1px solid #4f4f4f;
}

.imgfloat {
float: left;
}

.clearit {
clear: both;
}

#footer {
font-size: 11px;
margin: 10px auto;
}

#footer a {
color: #c5c5c5;
text-decoration: underline;
}

#footer a:hover{
color: #ffffff;
text-decoration: underline;
}

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

.formbox, select {
background: #474747;
padding: 6px;
margin: 0 0 2px 0;
color: #ffffff;
font-size: 11px;
border-top: 1px solid #4f4f4f;
border-left: 1px solid #4f4f4f;
border-bottom: 1px solid #696969;
border-right: 1px solid #696969;
}

.redtxt {
color: #c83333;
}

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

.required {
font-weight: bold;
}




