html
 {
  margin: 0px;
 }

body
 {
  margin: 0px;

  background-image: url(../graphics/background.gif);
  background-repeat: repeat-x;
  background-colOR: #fdfdfd;
 }

a:link
 {
  text-decoration: none;
  font-size: 11px;
  color:#2a7728;
  font-family:Arial;  
  font-weight: bold;
 }

a:visited
 {
  text-decoration: none;
  font-size: 11px;
  color:#2a7728;
  font-family:Arial; 
  font-weight: bold;
 }
 
a:hover
 {
  text-decoration: none;
  font-size: 11px;
  color:#444041;
  font-family:Arial;
  font-weight: bold; 
 }

form
 {
  margin: 0px;
 }

input
 {
  width: 88px;
 }

input.search
 {
  font-size: 11px;
  color:#444041;
  font-family:Arial;

  background-color: lightgray;
  border: 1px solid darkgray;

  height: 22px;
  width: 40px;
 }


hr
 {
  width: 500px;

  border: 2px solid #1fa31d;
 }


div.container
 {
  vertical-align: left;
 }

table.container
 {
  width: 998px;
 }

td.container_content
 {
  background-color: white;
 }

td.container_header
 {
  width: 841px;
  height: 150px;

  background-image: url(../graphics/table_header.gif);
  background-repeat: no-repeat;
  background-color: white;
 }

td.container_left
 {
  width: 114px;

  background-image: url(../graphics/table_left.gif);
  background-repeat: no-repeat;
 }

td.container_left_bottom
 {
  width: 114px;

  background-position: top right;
  background-image: url(../graphics/table_left_bottom.gif);
  background-repeat: no-repeat;
 }


td.container_right
 {
  width: 43px;

  background-image: url(../graphics/table_right.gif);
  background-repeat: no-repeat;
 }

td.container_right_bottom
 {
  width: 43px;

  background-position: top left;
  background-image: url(../graphics/table_right_bottom.gif);
  background-repeat: no-repeat;
 }

td.container_middle_bottom
 {
  padding-top: 10px;

  background-position: top left;
  background-image: url(../graphics/table_right_bottom.gif);
  background-repeat: repeat-x;
 }

td.boxes
 {
  width: 234px;

  text-align: center;
 }

td.content
 {
  width: 530px;

  vertical-align: center;
 }

table.content_box
 {
  border: 1px solid #a6a4a5;

  width: 520px;
 }

table.box
 {
  width: 150px;

  border: 1px solid #1e9d1d;
 }

td.box_title
 {
  height: 28px;

  padding-left: 10px;

  color: white;

  font-family: arial;
  font-size: 12px;
  font-weight: normal;

  background-image: url(../graphics/box_header.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #333031;
 }

td.box_container
 {
  padding: 8px;
 }

td.content_box_title
 {
  height: 28px;

  padding-left: 12px;
  
  text-transform: uppercase;

  color: white;

  font-family: Arial;
  font-size: 17px;

  background-image: url(../graphics/content_box_header.gif);
 }

td.content_table_title
 {
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color:#1f9e1e;

  padding: 10px;
 }

td.content_table_text
 {
	font-size: 12px;
	font-family: Arial;
	color:#444041;
	padding-left: 10px;
	padding-bottom: 4px;
 }

td.content_table_column
 {
  font-size: 12px;
  font-family: Arial;
  color:#444041;

  line-height: 17px;
  
  padding-left: 10px;
 }

div.content_image
 {
  width: 100%;
  
  padding: 5px;
 }
 
td.agenda_font
 {
  font-family: Arial;
  color:#2a7728;
  font-size: 11px;
 }
 
td.matches_font
 {
  font-family: Arial;
  color:#444041;
  font-size: 11px;
 }