@charset "utf-8";
/* CSS Document */

.item {
	width:505px;
}
.item img {

}

.item img.imgleft,
.item p img.imgleft {
	float:left;
	margin-bottom:7px;
	margin-right:10px;
}
.item img.imgleftClear,
.item p img.imgleftClear {
	float: none;
	margin-bottom:7px;
}
.item img.imgright,
.item p img.imgright {
	float:right;
	margin-bottom:7px;
	margin-left:7px;
}

/* Bullet List */

.item ul {
	margin-top: 15px;
	margin-bottom:15px;
	margin-right:15px;
	margin-left: 0px;
	padding-left:10px;
}
.item ul li {
	padding: 0;
	list-style-type: square;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}
.item ul li p {
	padding: 0;
	margin: 0;
}

/* Number List */

.item ol {
	margin: 15px;
	margin-left:25px;
	padding-left:10px;
}
.item ol li {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type: decimal;
}
.item ol li p {
	padding: 0;
	margin: 0;
}

/* Tables */

.item table
{
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	color: #000000;
	border-left: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:1px;

}
.item table thead tr td,
.item thead tr td th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #ffffff;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #6EB837;
}
.item table tbody tr td
{
	padding: 8px;
	border-top: 1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	background-color: #EDECE4;
}

.item table tbody tr th
{
	padding: 8px;
	border-top: 1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	background-color: #cccccc;
	font-weight:bold;
}













