* {
	margin: 0;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	background-color: #000000;
	/*background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; */
	font-family:Century Gothic;
	color: #ffffff;
}

.topMenu {
	padding-top:20px;
	text-align:right;
	margin-bottom:10px;
	padding-right:10px;
}
.topMenu ul li {
	list-style:none;
	display:inline;
}
.topMenu ul li a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted black;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
}
.topMenu ul li a:hover {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #FC0;
	padding-bottom:1px;
	font-weight:bold;
	padding-left:1px;
	padding-right:2px;
}
#menu {
	position:relative;
	color:#fff;
	padding-top:40px;
	padding-left:40px;
}
#menu ul li {
	list-style:none;
	display:inline;
}
#menu ul li a {
	font-size:30px;
	color:#fff;
	border-bottom:1px dotted black;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
}
#menu ul li a:hover {
	font-size:30px;
	color:#fff;
	border-bottom:1px dotted #FC0;
	padding-bottom:1px;
	font-weight:bold;
	padding-left:1px;
	padding-right:2px;
}
#list {
	font-size:2em;
	text-align:center;
}
#list table {
	font: normal 11px helvetica, verdana, arial, sans-serif;
	border-spacing: 1px;
}
#list caption {
	text-align: left;
	font: normal 11px helvetica, verdana, arial,  sans-serif;
	background: transparent;
  }
#list td {
	background-image: url(http://www.acuity.com.br/extern/icant.co.uk/bg_acuity.gif); 
	background-repeat: repeat;
	font-size:1.4em;
	padding-right:5px;
	border: none;
	padding: .8em;
	color: #6E6E6E;
}
#maintext {
	font-size:1em;
	text-align:center;

}
#maintext a {
	font-family:Century Gothic;
	color:#fff;
}
#maintable {
	text-align:center;
}
#maintable table.center {
	margin-left:auto; 
	margin-right:auto;
}

/*
table {
  border-collapse: collapse;
  border: none;
  font: normal 11px helvetica, verdana, arial, sans-serif;
  background-image: url(http://www.acuity.com.br/extern/icant.co.uk/bg_acuity.gif); 
  background-repeat: repeat;

border-spacing: 1px;
  }
caption {
  text-align: left;
  font: normal 11px helvetica, verdana, arial,  sans-serif;
  background: transparent;
  }
td, th {
  border: none;
  padding: .8em;
  color: #6E6E6E;
  }
thead th, tfoot th {
  font: bold 10px helvetica, verdana, arial, sans-serif;
  border: none;
  text-align: left;
  background: #000000;
  color: #00FF0C;
  padding-top:4px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #9F9F9F;
  }
tbody td a:hover {
  background: transparent;
  color: #00FF0C;
  }
tbody th a {
  font: bold 11px helvetica, verdana, arial, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #9F9F9F;
  }
  
  
tbody td+td+td+td a {
    padding-right: 14px;
    background: url(http://www.acuity.com.br/extern/icant.co.uk/arrow.gif) transparent no-repeat bottom right;
    }
    tbody td+td+td+td a:hover {
        padding-right: 14px;
    background: url(http://www.acuity.com.br/extern/icant.co.uk/arrow.gif) transparent no-repeat bottom right;
    }
tbody th a:hover {
  background: transparent;
  color: #00FF0C;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

.odd {
  background: #000000;
  }
tbody tr:hover {
  background: #0E0E0E;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #0E0E0E;
  }

*/
