/* GLOBAL STYLES */

html { 
 min-height: 100%;
 margin-bottom: 1px; 
}
body {
 background: #121212;
 position: relative;
 text-align: center;
 font-size: 8pt;
 margin: 0px; 
}

body.light-grey {
  background: #dedede;
}

table.body {
 width: 990px;
 background: #dedede;
}

p {
 margin: 0px;
 padding: 0px;
}

div, td {
 font-family: tahoma, "Trebuchet MS", arial, serif;
 font-size: 8pt;
 color: #555555;
 line-height: 140%;
}

img {
  border: none;
}

td.top_menu {
 background-image: url(../images/main_menu/ARENA_main_menu_bg.gif); 
 background-repeat: repeat-x; 
}