body {
	background:#1E1F4F url(images/bg.gif) repeat-x ;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-top:2px;
}

h1 {font-size:10px; display:inline;}
.container {
	background:#FFFFFF;
	width:623px;
	margin: 0 auto;
	text-align:left;
}
.header {
	background:url(images/header.gif);
	height:55px;
}
.main_content {
	background: #FFFFFF url(images/border.gif);
	width:587px;
	padding-top:40px;
	padding-left:18px;
	padding-right:18px;
	height:850px;
}
.footer {
	background:#FFFFFF url(images/footer.gif);
	width:287;
	padding-left:18px;
	padding-right:18px;
	height:20px;
}
.text {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:12px;
}
.header {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
/* table */
table {
  border-collapse: collapse;
  border: 1px solid #F2F2F2;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #F6ECF0;
  background: #FCFCFC;
  }
td, th {
  border: 1px dashed #F2F2F2;
  padding: .8em;
  color: #000000;
  }
thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 2px solid #F2F2F2;;
  text-align: left;
  background: #38160C;
  color: #454545;
  padding-top:6px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #000000;
  }
tbody td a:hover {
  background: transparent;
  color: #000000;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #000000;
  }
tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.odd {
  background: #F2F2F2;
  }
tbody tr:hover {
  background: #CECECE;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #CECECE;
  }