/* CSS Document */

body {
background-color: #000000;
background-image: url("images/bg.jpg");
background-position: top center;
background-repeat: no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 50px;
color: #000000;
}

table.main {
width: 700px;
text-align: center;
margin: auto auto;
background-color: #000000;
color: #ffffff;
}

table.football_pages {
width: 100%;
color: #ffffff;
background-color: #FF9900;
}

td {
text-align: center;
vertical-align: top;
padding: 10px;
color: #000000;
}

td.flash {
text-align: center;
vertical-align: top;
height: 452px;
}

.pages {
background-color: #FF9900;
}

.blackBkgd {
background-color: #000000;
height: 40px;
vertical-align: middle;
}

h1 {
color: #000000;
font-size: 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

h2 {
color: #000000;
font-size: 16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: left;
}

.leftAlign {
text-align: left;
color: #000000;
}

a.smallFont {
font-size: 11px;
text-decoration: underline;
color: #ffffff;
font-weight: bold;
}


a#blackLink {
color: #000000;
}

a:hover{
font-size: 11px;
text-decoration: none;
color: #FF9900;
}


a:link{
text-decoration: underline;
color: #FFFFFF;
font-size: 14px;
}

a:hover{
text-decoration: none;
color: #FF9900;
font-size: 14px;
}

a:visited{
text-decoration: underline;
color: #CCCCCC;
font-size: 14px;
}

.whiteText {
color: #FFFFFF;
font-size: 14px;
text-align: left;
}

.whiteText2 {
color: #FFFFFF;
font-size: 14px;
text-align: center;
}

.yellowHeader {
color: #FF9900;
font-size: 18px;
font-weight: bold;
text-align: center;
}

.bigYellow {
color: #FF9900;
font-size: 28px;
font-weight: bold;
text-align: center;
}

.greyBottom {
background-color: #333333;
}

img {
border: none;
}


