

#page {
	width: 242px;
	margin: 0 auto;

	margin-top:20px;
	margin-bottom:20px;
	background-color: #fff;
	text-align:center;
}
#page h2 {
	margin: 50px 0px 0px 0px;
	font-weight: normal;
}
#page h2 {
	color: #000;
	font-size: 1.2em;
	border-bottom: 1px solid #aaa;
}
#page h3 {
	margin: 50px 0px 0px 0px;
	font-size: .9em;
}
#page p {
	font-size: .8em;
	line-height: 1.4em;
}
#page a {
	text-decoration: none;
	color: blue;
	cursor: hand;
	cursor: pointer;
}

#page ul {
	list-style: square;
	line-height:20px;
	width:242px;
}
	#page ul lh {
		font-weight: bold;
	}
	#page ul li {
		font-size: .8em;
	}

#page table {
	border: 1px solid #CFD4E6;
}
	#page table th, #page table td {
		padding: 2px 5px 2px 5px;
	}
	#page table th {
		color: #fff;
		text-align: left;
		border-bottom: 1px solid #aaa;
		background-color: #727EA3;
	}
	#page table th, #page table td {
		font-size: .7em;
		padding-right: 20px;
		vertical-align: top;
	}
	#page table tr.odd {
		background-color: #E0E3EE;
	}
	#page table tr.even {
		background-color: #F7F8FA;
	}


#page table ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#page table ul *, #page ul table *, #page table table *, #page ul ul * {
	font-size: 1em;
}
#page table table {
	border: 0px;
}
#page td td {
	padding: 0px 0px 3px 0px;
}
#page td td.property {
	padding-right: 10px;
}


#page .property {
	font-weight: bold;
}

span.striked {
	text-decoration: line-through;
}

.xmpl {
	padding: 10px 15px 10px 15px !important;
	background-color: #FFFFEE !important;
	border: 1px solid #F8E78C !important;
}
table.xmpl {
	padding: 0px !important;
}
ul.xmpl {
	padding: 5px 15px 5px 30px !important;
}
.xmpl th {
	background-color: #F8E78C !important;
	border: 0px !important;
}



.xmpl li a {
	text-decoration: none !important;
}
.xmpl li a:hover {
	text-decoration: underline !important;
}
.xmpl li {
	z-index: 0 !important;
}
.xmpl li:hover {
	z-index: 100 !important;
}

ul.xmpl, ol.xmpl {
	height: 100px;
	overflow: hidden;
	padding: 0px !important;
}
