
	b, strong { 
		font-weight: bold; }

	body {
		margin-left: 70px;
		margin-right: 70px;
		margin-top: 40px;
		margin-bottom: 40px;
		background: #660000; }

	p {
		margin-right: 10%;
		margin-left: 10%; }

	P.note { 
		font: 70% Verdana, Helvetica, sans-serif; 
		color: white; }

	#ban {
		color: #000;
		border-bottom: 0;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		z-index: 0;
		padding-left: 70px; }

	#left {
		float: left;
		width: 50%;
		border: 0;
		margin-left: 20px;
		margin-right: 20px;
		padding: 30px; }

	#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: 20px;
		border: 0;
		border-top: none;
		z-index: 2; }

	#content a {
		text-decoration: none;
		color: #CC3300; }

	#content a:hover { 
		text-decoration: underline; color: #CC3300; }
	
