/***************tag define***************/
td {
	font-size: 0.9em;
	line-height: 1.5em;
	vertical-align: top;
}

p {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.6em;
}

/***************class define***************/

.point {
	margin: 15 0 15 0;
	/*border: 1px solid orange;*/
}

.pointcap {
	font-size: 1.1em;
	font-weight: bold;
	color: #ff6b05;
}

/***************id define***************/
/*----------Layout----------*/

#compcont {
	background-color: #ffffd6;
}

#pagecap {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
	margin: 15 15 0 15;
}

#pageintro {
	margin: 0 15 15 15;
}

#pointarea {
	padding: 10 20 10 20;
	margin: 10 15 10 15;
	background-color: #ffffff;
	border: 1px solid #ffd387;
}