@charset "utf-8";

body {
	background-color:#EEEEEE;
	text-align:center;
	-webkit-text-size-adjust:none;
}

img {
 max-width: 100%;
 height: auto;
 width /***/:auto;
}

#content h2 {
	margin-bottom:1em;
}
#content h3 {
	margin-top:2em;
	margin-bottom:1.5em;
	padding-bottom:.5em;
	border-bottom:1px dotted #231916;
	font-size:125%;
}
#content h4 {
	margin-top:1em;
	margin-bottom:1em;
	padding-left:.5em;
	border-left:3px solid #231916;
	font-size:108%;
}
#content p {
	margin-bottom:1.5em;
	line-height:1.4;
}
#content p span {
	font-weight:bold;
}

#content dl {
	margin-top:2em;
	padding:5px;
	background-color:#EEEEEE;
}

#content table {
	margin-bottom:.5em;
 border:1px solid #B5B5B5;
}
#content table th {
	padding:.3em;
 border:1px solid #B5B5B5;
	background-color:#DDDDDD;
}
#content table td {
	padding:.3em;
 border:1px solid #B5B5B5;
}



a {
	text-decoration:none;
	color:#333333;
}

