/* ============================================================== ????? ===== */
p{
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	}
.nowrap{
	white-space: nowrap;
	}
.hspacer a, .hspacer b{
	margin: 0 1em;
	}
/* ---- easy-align */
.tocenter{
	text-align: center;
	}
.toleft{
	text-align: left;
	}
.toright{
	text-align: right;
	}
.tomid{
	vertical-align: middle;
	}
.lfloat{
	float: left;
	}
.rfloat{
	float: right;
	}
.full{
	width: 100%;
	}
/* ---- easy-margin */
.topmargin{
	margin-top: 1em;
	}
.mb{
	margin-bottom: 1em;
	}
.no-mb{
	margin-bottom: 0;
	}
/* ---- easy-size */
.bigger{
	font-size: 110%;
	}
.smaller{
	font-size: 95%;
	}

/* ========================================================== ????????? ===== */
h1, h2, h3{
	font-family: arial, sans-serif;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 0;
	}
h1{
	font-weight: normal;
	font-size: 175%;
	}
h2{
	font-size: 140%;
	}
h3{
	font-size: 120%;
	}


/* ======================================================== ??????????? ===== */
a{
	text-decoration: underline;
	}
a.passive{
	text-decoration: none;
	}
a.passive:hover{
	text-decoration: underline;
	}

/* ============================================================= ?????? ===== */
ul{
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
ul li ul{
	list-style-type: disc;
	}
ul.no-bull{
	list-style-type: none;
	}
ul.spacer li{
	margin-bottom: 0.7em;
	}
ul.ml li{
	margin-left: 2em;
	}
ul.no-ml li{
	margin-left: 0;
	}
ul.left, ul.left li{
	float: left;
	width: 100%;
	}
dl{
	margin: 0 0 1em;
	}
dl.simple dt{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 120%;
	}
dl.simple dd{
	padding: 0 0 0.5em 2em;
	margin: 0 0 0.5em 0;
	border-bottom: #e9e9e9 solid 1px;
	}

/* ============================================================== ????? ===== */
form{
	margin: 0;
	padding: 0;
	}
select{
	font-size: 100%;
	}

/* ============================================================ ??????? ===== */
table{
	border-collapse: separate;
	border: none;
	}
table td{
	padding: 0;
	border: none;
	vertical-align: top;
	text-align: justify;
    }

/* ============================================================= ?????? ===== */
img{
	border: 0;
	}
.hr{
	height: 1px;
	margin: 1em 0;
	overflow: hidden;
	background: #e9e9e9;
	}
.bordered{
	margin: 0.2em;
	padding: 0.3em;
	border: #999 solid 1px;
	background: #e9e9e9;
	}

.pink{
	color: #d9368b;
	}