body {
	padding:0px;
	margin:0px;
	}

	.base{
	border: 1px solid #ffffcc;
	}
	
	
	p, li, td {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
	
	}
	
	
	.menu {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #B5830D;
	font-size: 10px;
	text-decoration: none;
	height: 20px;
	background-color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #2b422c;
	border-width: 1px;
	border-style: solid;
	}
	
	
	.menu:hover {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	height: 20px;
	background-color: #A69468;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #c8b85b;
	border-width: 1px;
	border-style: solid;
	}
	
	
	.menu_on {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	height: 20px;
	background-color: #A69468;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #c8b85b;
	border-width: 1px;
	border-style: solid;
	}
	
	
	
	a {
	color: #990000;
	font-size: 14px;
	text-decoration: underline;
	line-height: 18px;
	}
	
	
	.menu a:hover {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
	line-height: 18px;
	}
	
	
	
	.anchor {
	color: #990000;
	font-size: 14px;
	text-decoration: underline;
	line-height: 18px;
	}
	
	.anchor:hover {
	color: #990000;
	font-size: 14px;
	text-decoration: underline;
	line-height: 18px;
	}
	
	
	
	.pad5px{
	padding-left: 5px;
	padding-right: 5px;
	
	}
	
	.pad10px{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align:	justify;
	text-vertical-align:top;
	}