body {
  background-image: url('images/background.jpg');
  background-repeat: repeat-x;
  background-color: #1b1c1f;
  color: #FFFFFF;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
}

a {
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  color: #0000FF;
  text-decoration: underline;
}

.main {
	color: #000000;
}

.main td {
	color: #000000;
}

.top {
	text-align: center;
}

.top_link {
	background-image: url('images/button.jpg');
}

.top_link_down {
	background-image: url('images/button-down.jpg');
}

.top a {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.top a:hover {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}


