  .boxtable {
	width: 100%;
	}
	
  .tabtable,.boxtable {text-align: left; 
	padding: 0px; 
	margin: 0px;
	border-collapse: collapse;
	border-width: 0px;
	}

  .tabbody { color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(27, 35, 74);
    }

  .tableft {background-image: url(/images/tab_left.png);
	}

  .tabright {background-image: url(/images/tab_right.png);
    }
	
  .tableft, .tabright { background-color: rgb(27, 35, 74);
    }

  body { background-color: rgb(45, 57, 129);
    color: rgb(255, 255, 255);
    }

  a {color: rgb(165,207,230);
    }
  
  .boxbody { background-color: rgb(102, 117, 195);
    color: rgb(0, 0, 0);
    }

  .box_bl { background-image: url(/images/box_bl.png);
    }

  .box_br { background-image: url(/images/box_br.png);
    }
	
  .box_tr { background-image: url(/images/box_tr.png);
    }
  
  .tableft, .tabright, .box_bl, .box_tr, .box_br {
    background-repeat: no-repeat;
    width: 15px;
	padding: 0px;
  }
  .box_bl, .box_tr, .box_br {
    height: 15px;
  }
  
  .newstitle {
    font-weight: bold;
  }
    
  #buttons a { background:url(/images/button.png) no-repeat;
    display: block;
    width: 130px;
    color: rgb(255, 255, 255);
    text-decoration: none;
	margin: 1em 0; padding:7px 0px 0px 0px;
    height: 35px;
    text-align: center;
    font-weight: bold;
  }

  #buttons a:hover { background-position: -130px 0;
    color: rgb(0, 0, 0);
  }
