/* CSS Document */

body          
                {
                	margin:            0px;
                	padding:           0px;
                	text-align:        center;
                	font-family:       Verdana, Arial, Helvetica, sans-serif;
                	color:             #0000ff;
                	background-image:  url(images/background.jpg);
                }

#body_container 
                {
                	border:            5px solid   #006699;
                  background:        #ffff66;
                	color:             #660000;
                	list-style-type:   none;
                	padding:           0px 0px 0px 0px;
                }


#table_container 
                {
                	border:            1px solid   #000066;
                  background:        #ffff66;
                	color:             #ff0000;
                	list-style-type:   none;
                	width:             700px;
                	padding:           0px 0px 0px 0px;
                }


.table_header_text   
                {
                  font-size:         12px; 
                  background:        #000066;
                  color:             #ffff00; 
                	text-align:        center;
                  font-family:       Verdana, Arial, Helvetica, sans-serif;
                  text-decoration:   bold;
                }

.table_text   
                {
                  font-size:         12px; 
                  background:        #000099;
                  color:             #99ccff; 
                	text-align:        center;
                  font-family:       Verdana, Arial, Helvetica, sans-serif;
                  text-decoration:   none;
                }

.table_text_header   
                {
                  font-size:         12px; 
                  background:        #ffff00;
                  color:             #0000ff; 
                	text-align:        center;
                  font-family:       Verdana, Arial, Helvetica, sans-serif;
                  text-decoration:   none;
                }

.table_text_team   
                {
                  font-size:         12px; 
                  background:        #9999ff;
                  color:             #000088; 
                	text-align:        center;
                  font-family:       Verdana, Arial, Helvetica, sans-serif;
                  text-decoration:   none;
                }

.table_text_postponed   {
                font-size:         12px; 
                background:        #ff0000;
                color:             #ffffff; 
              	text-align:        center;
                font-family:       Verdana, Arial, Helvetica, sans-serif;
	              text-decoration:   none;
              }

.table_text_cancel   {
                font-size:         12px; 
                background:        #000000;
                color:             #ffffff; 
              	text-align:        center;
                font-family:       Verdana, Arial, Helvetica, sans-serif;
	              text-decoration:   none;
              }

.table_text_score_board   {
                font-size:         14px; 
                background:        #000000;
                color:             #ffffff; 
              	text-align:        center;
                font-family:       Verdana, Arial, Helvetica, sans-serif;
	              text-decoration:   none;
              }


a:link {
	font-family:       Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size:         12px;
	color:             #ffff00;
	text-decoration:   none;
}

a:visited {
	font-family:       Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size:         12px;
	color:             #ffff00;
	text-decoration:   bold;
}

a:hover {
	font-family:       Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size:         12px;
	color:             #888800;
	text-decoration:   bold;
}

a:active {
	font-family:       Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size:         12px;
	color:             #00ccff;
	text-decoration:   bold;
}

a.underline:link, a.underline:visited, a.underline:active {
	text-decoration: none;
}

a.underline:hover, a {
	text-decoration: underline;
}

a.underlineoff:link, a.underlineoff:visited, a.underlineoff:active {
	text-decoration: underline;
}

a.underlineoff:hover, a {
	text-decoration: none;
}

a.underlinealways:link, a.underlinealways:visited, a.underlinealways:active {
	text-decoration: underline;
}

a.underlinealways:hover, a {
	text-decoration: underline;
}

a.nounderline:link, a.nounderline:visited, a.nounderline:active {
	text-decoration: none;
}

a.nounderline:hover, a {
	text-decoration: none;
}
		
