body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #e7e7e7 url(../img/body.gif) repeat-y center;
	color: #000000;
	position: relative;
}

#pagecontainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: justify;
	position: relative;
}

.box1 {
	display: block;
	margin: 25px 50px 0px 50px;
	width: 850px;
	color: white;
}

.box1 a:link {
  color: #FF6666;
  text-decoration: none;
  background: transparent;
}
.box1 a:visited {
  color: #FF6666;
  text-decoration: none;
  background: transparent;
}
.box1 a:hover, a:active {
  color: #FF6666;
  text-decoration: none;
  background: transparent;
}

.box1 table {
  border-collapse: collapse;
  border: 1px solid #666666;
}

.box1 th {
  border: none;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 12px;
  padding: 5px;
}

.box1 .c1 {width: 182px; table-layout: fixed;}
.box1 .c2 {width: 118px; table-layout: fixed;}
.box1 .c3 {width: 222px; table-layout: fixed;}
.box1 .c4 {width: 195px; table-layout: fixed;}
.box1 .c5 {width: 138px; table-layout: fixed;}

.box1 td {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  color: #FFFFFF;
  font-size: 12px;
  padding: 5px;
}
