/* CSS Document */
body {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  background-color: #000;
  text-align: center;
  background: #da3131 url('/images/layout/bg_body.jpg') no-repeat top center;
  padding: 0;
  margin: 0;
}

table {
  color: #FFF;
  font-size: 10pt;  
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #fff;
    font-weight: bold;
}


a:hover {
  text-decoration: none;
  color: #ffbebe;
    font-weight: bold;
}

#ajax-spinner {
	margin: -15px 0 0 -15px;
	padding: 13px;
	background: transparent url('/images/layout/ajax-loader.gif') no-repeat 50% 50%;
	font-size: 0;
}
