/* CSS Document */

body {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #ffffff;
  background-color: #000000;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.white {
  color: #ffffff;
}

.yellow {
  color: #ffff00;
}

p {
  margin: 0;
  padding: 0;
}

p.bigbox-title {
  font-size: 18px;
  margin: 0;
  padding: 10px 0 0 0;
}

p.bigbox-text {
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  padding: 2px 15px 0 0;
  float: right;
  width: 160px;
  text-align: justify;
}

p.link {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

p.link1 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

p.smallbox-text {
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  padding: 5px;
  text-align: justify;
}

p.smallbox-link {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

p.number {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

p.desc {
  font-size: 12px;
  text-align: center;
}

/* small box */

.small-box {
  background-image: url(../images/small-box.gif);
  background-position: top;
  background-repeat: no-repeat;
  width: 231px;
  height: 256px;
  margin: 0;
  padding: 11px 0 0 0;
}

/* /small box */

/* global links */

a:link {
	color: #fff600;
	text-decoration: underline;
}

a:visited {
	color: #fff600;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #fff600;
	text-decoration: underline;
}

/* /global links */

/* /CSS Document */
