html, body {	
	padding: 0;
	margin-left: auto; margin-right: auto;
	color: #000000;
}


#wrapper {
  text-align: left;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.standard { font-size: 12px; color: Black; font-family:arial;}

.title { font-size: 14px; color: Black; font-family:Arial Black;}

.ti { font-size: 14px; color: red; font-family:Arial Black;}

.menutitle { font-size: 13px; color: Black; font-family:arial; font-weight:bold;}
.menutext { font-size: 13px; color: Black; font-family:arial; font-weight:normal;}

LI
{ list-style-type: circle}

TD
{ font-size: 12px; color: Black; font-family:arial;}

TD.menu
{ width: 150px;
  BORDER-RIGHT: #940F04 1px solid;
  }

TD.main
{ width: 650px;
  PADDING-LEFT: 10px;
  background-color: #FFFFE0;
  }




hr.end
{  color: red;
background-color: red;
height: 3px;}