html body {
   margin-top: 0px;
   background: #F7FFAB;
}
.main-table {
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 0px;
    background-color:#F8FA92;
}
.index_button{
   border-collapse: collapse;
   color: #FFFFFF;
   background: #702E38;
   font-size: 14px;
   text-align: center;
   padding-left: 5px;
   padding-top:  5px;
   padding-bottom: 5px;
   font-weight: bold;
   height: 25px;
   text-decoration: none;
   white-space: nowrap;
}
.index_button a {
   text-decoration: none;
   color: #FFFFFF;
	background: #702E38; 
}
.index_button a:hover {
	text-decoration: none;
	color: #ffff00;
	background: #702E38;
}
/*.index_button a:visited {
  text-decoration: none;
	color: #FFFFFF;
	background: #702E38;
}*/
.page-content {
    text-align: left;
	/*color: #702E38;*/
	padding: 10px;
    font-family: Tahoma;
    /*background-color:#F8FA92;*/
}
.page-content a{
   text-decoration: none;
	color: #ff0000;
	background: #ffffff;
}
.page-content a:hover {
   text-decoration: none;
	color: #0000ff;
	background: #ffffff;
}
.page-content a:visited{
   text-decoration: none;
	color: #ff0000;
	background: #ffffff;
}
.footer {
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #ff0000;
	background: #F7FFAB;
}
.footer a{
   text-decoration: none;
	color: #ff0000;
	background: #F7FFAB;
}
.footer a:hover {
   text-decoration: none;
	color: #0000ff;
	background: #F7FFAB;
}
.footer a:visited{
   text-decoration: none;
	color: #ff0000;
	background: #F7FFAB;
}