body {
background-color: #000000 !important;
}

.header {
width:100%;
height:190px;
border:0;
}

td.text {
font-size:15px;
color: #000000;
font-family: Arial;
}

td.labels {
font-size:15px;
color: #000000;
font-family: Arial;
vertical-align: top;
}

.textfield1 {
font-size:12px;
color: #000000;
font-family: Arial;
width:300px;
}

.conMessageText {
font-size:12px;
color: #000000;
font-family: Arial;
width:600px;
}

.passwordError {
font-size:20px;
color: #FF0000;
font-family: Arial;
}

td.addressFooter { 
color: #cccccc;
font-family: Arial, sans-serif;
font-size:11px;
text-align:center;
}

td.footertd {
color: #cccccc;
font-family: Arial, sans-serif;
font-size:11px;
}

.styleFooter {
color: #ffffff;
font-family: Arial, sans-serif;
font-size:10px;
}


/****************************
Menu Style
****************************/
.mainmenu{
font-family:Arial;
font-size:12px;
font-weight:bold;
width: 100%;
}

.mainmenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.mainmenu ul li{
display: inline;
}

.mainmenu ul li a{
color: #ffffff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
}

.mainmenu ul li a:hover{ 
color: #cd2209;
}

/****************************
Box Style
****************************/
.myBox{
margin: 0 auto;
border: 1px solid #ffffff;
color: #ffffff;
width: 950px;
padding: 10px;
text-align: left;
background-color: #242424;
}