
	b, strong { 
		font-weight: bold; }

	body {
		margin-left: 70px;
		margin-right: 70px;
		margin-top: 40px;
		margin-bottom: 40px;
		background: #660000; }
	

	p {
		margin-left: 130px;
        line-height: 170%;		}
		

	P.note { 
		font: 85% Verdana, Helvetica, sans-serif; 
		color: black;
		margin-left: 130px; }


	#ban {
		color: #000;
		border-bottom: 0;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		z-index: 0;
		padding-left: 70px; }

	#left {
		float: left;
		width: 20%;
		border: 0;
		margin-left: 0;
		margin-right: 25px;
		padding: 20px; }

	#right {
		}

	#tabmenu {
		color: #000;
		border-bottom: 0;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		z-index: 0;
		padding-left: 70px; }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #CC9999;
		background: #990000;
		font: bold 12px Verdana, Helvetica, Arial, sans-serif;
		border: 1px solid #dcdcdc;
		border-bottom: 0;
		padding: 5px 12px 2px 10px;
		text-decoration: none; }

	#tabmenu a.active {
		color: #660000
		background: #dcdcdc;
		border-bottom: 3px solid #dcdcdc; }

	#tabmenu a:hover {
		color: #FFFFFF;
		background: #996666;}


	#tabmenu a.active:hover {
		background: #dcdcdc;
		color: #660000; }

	#tabmenu a.page {
		background: #dcdcdc;
		color: #660000;
		border-bottom: 3px solid #dcdcdc; }

	#content {font: 80% Verdana, Helvetica, Arial, sans-serif;
		color: black; 
		margin-left: 70px;
		margin-right: 70px;
		text-align: left;
		background: #dcdcdc;
		padding: 0;
		border: 0;
		border-top: none;
		z-index: 2;}

	#content a {
		text-decoration: none;
		color: #CC3300; }

	#content a:hover { text-decoration: underline; color: #CC3300;}
	

