@charset "utf-8";


.other h1 {
	margin:0 0 10px;
	padding:0 0 0;
	font-size:180%;
	}
	.other h1 a {
		text-decoration:none!important;
		}
		.other h1 a span {
			display:block;
			font-size:38%;
			font-weight:normal;
			color:#ccc;
			border-bottom:1px solid #8b5d04;
			padding-bottom:3px;
		}

.other h2 {
	margin:5px 0 10px;
	font-size:140%;
	border-bottom:1px solid #382501;
	padding-bottom:4px;
	color:#694501;
}
.other h3 {
	margin:5px 0 10px;
	font-weight:normal;
	border-bottom:1px solid #333;
	padding-bottom:4px;
	color:#ccc;
}
.other p {
	margin:5px 0 20px;
	font-size:80%;
	line-height:1.7;
	color:#eee;
}
.other ul li {
	margin:5px 0 20px;
	}
	.other ul li p {
		margin:5px 0 0px;
	}
.other table {
	width:100%;
	margin-bottom:20px;
	border-spacing:2px;
	text-align:center;
	font-size:90%;
	}
	.other table th {
		background:#333;
		padding:3px 10px;
		text-align:center;
		font-weight:normal;
		width:40%;
	}
	.other table td {
		padding:3px 10px;
		background:#111;
	}
	
.other label {
	font-size:70%;
	color:#999;
}








