/***** paragraph *****/

.item p {
	color: #8F957C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-top:0;
	padding-bottom:15px;
	line-height: 150%;
}

/***** paragraph lead *****/

.item p.lead {
	color:#8B9178;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	/*font-style:italic;*/
}

/***** h1 *****/

.item h1 {
	font-size: 20px;
	font-weight:normal;
	color: #68704E;
	line-height: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	/*font-style: italic;*/
	padding: 0;
	text-transform: uppercase;
}

/***** h2 *****/

.item h2 {
	font-size: 18px;
	font-weight:normal;
	color: #68704E;
	line-height: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	/*font-style: italic;*/
	padding: 0;
	text-transform: uppercase;
}

/***** h3, h4, h5, h6 *****/

.item h3, .item h4, .item h5, .item h6 {
	font-size: 16px;
	font-weight:bold;
	color: #68704E;
	line-height: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	/*font-style: italic;*/
	padding: 0;
	text-transform: uppercase;
}

/* Bullet List */

.item ul {
	margin: 15px;
	color: #8F957C;
}
.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;
	color: #8F957C;
}
.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;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.item table thead tr td,
.item thead tr td th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #D45225;
}
.item table tbody tr td
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #dddddd;
}

.item table tbody tr th
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #cccccc;
	font-weight:bold;
}


/***** boxFull *****/

.item .boxFull {
	clear:both;
}
.item .boxFull .boxCaption {
	display: none;
}
.item .boxFull .boxImage img {
	margin-bottom:7px;
	border: 5px solid #CCCCCC;
}
.item .boxFull .boxBody p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color:#8B9178;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	/*font-style:italic;*/
	font-weight:bold;
}

/***** boxHalf - Entrefilet *****/

.item .boxHalf {
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
}
.item .boxHalf .boxCaption {
	display:none;
}
.item .boxHalf .boxBody p {
	color:#8B9178;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	/*font-style:italic;*/
	margin:0 0 10px;
	font-weight:bold;
}
.item .boxHalf .boxImageCaption {
	text-align: center;
	color:#C6999A;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:120%;
	padding-top: 5px;
}

/***** boxHalf *****/

.item .boxHalf .boxImage img {
	border: 5px solid #cccccc;
	margin-bottom:7px;
	margin-right:10px;
}






.item img.imgleft,
.item p img.imgleft {
	float:left;
	margin-bottom:7px;
	margin-right:10px;
	border:5px solid #CCCCCC;
}
.item img.imgleftClear,
.item p img.imgleftClear {
	float: none;
	margin-bottom:7px;
	border:5px solid #CCCCCC;
}
.item img.imgright,
.item p img.imgright {
	float:right;
	margin-bottom:7px;
	margin-left:7px;
	border:5px solid #CCCCCC;
}

