body, html {
background-align: top left;
background-repeat: repeat-x;
background-color: #000000;
background-image: url('images/bg.jpg');
background-attachment: fixed;
font-family: arial, sans-serif;
font-size: 11px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

input, textarea {
font-family: arial, sans-serif;
font-size: 11px;
border: 1px solid black;
padding: 2px;
}

select {
font-family: arial, sans-serif;
font-size: 11px;
border: 1px solid black;
}

img {
border: 0px;
}

.maintbl {
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 0px;
border-top: 0px;
}

.footer {
background-color: transparent;
background-repeat: repeat-x;
font-size: 10px;
color: #FFFFFF;
border: 0px solid black;
}

.footer a:link, a:visited, a:active {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.footer a:hover {
color: #a50909;
text-decoration: none;
font-weight: bold;
}

.teamtbl {
font-size: 11px;
border: 1px solid black;
border-collapse: collapse;
}

.teamtbl_nb {
font-size: 11px;
border: 0px solid black;
}

.teamtbl_top {
font-size: 11px;
background-color: #990000;
font-weight: bold;
color: #FFFFFF;
}

.b_link a {
color: #000000;
font-weight: bold;
text-decoration: none;
}