.block {
	clear:					both;
	margin:0 5px 20px 5px;
}
.block:after {
	content:				".";
	display:				block;
	height:					0px;
	clear:					both;
	visibility:				hidden;
}
/* Hides from IE-mac \*/
* html .block {
	height:					1%;
}
.block {
	display:				block;
}
/* End hide from IE-mac */
.block div p {
	margin:0.75em 0;
	line-height:1.5;
}
.block div ul  {
	padding-left:20px;
}
.block div ol {
	padding-left:32px;
}
.block div ol {
	list-style:decimal;
	}
.block div ol li {	
	padding:0 0 10px 0px;
}
.block div ul li {
	background:url(/images/basic/ul-grey.png) no-repeat 0 4px;
	padding:0 0 10px 12px;
}
h1, h2.articleTitle {
	font-size:				30px;
	font-weight:			bold;
	letter-spacing:-1px;
}
.block h2  {
	font-size:				16px;
	font-weight:			bold;
	border-bottom:			1px solid #d6d6d6;
	padding-bottom:			0.2em;
	margin-bottom:0.5em;
}
h2.pageTitle {
	font-size:				16px;
	font-weight:			bold;
	border-bottom:			1px solid #d6d6d6;
	padding-bottom:			0.2em;
	margin-bottom:1em;
}
.block h3 {
	font-weight:			bold;
	margin-bottom:0.5em;
}
p {
	margin-top:				0px;
}
p.preamble {

	font-weight:			bold;
	margin:					10px 0;

}
hr.delimiter {
	clear:					both;
	border:					0px;
	width:					100%;
	margin:					0px 0px 14px 0px;
	padding:				0px;
	color:					#ddd;
	background-color:		#ddd;
	height:					1px;
}
img {
	border:					0px;
}
.image_holder {
	text-align:				center;
	font-size:				10px;
	color:					#333;
}
.image_holder img {
	margin:					0px;
}
.image_border {
	border:					1px solid #333;
}
.image_holder p {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#666;
}
.optimize {
	padding-left:70px;
}
.left, .Left {
	float:					left;
	margin-right:			10px;
}
.main {
	float:					center;
	margin:					0px;
}
.right, .Right {
	float:					right;
	margin-left:			10px;
}
.large_image .image_holder {
	padding:				10px;
	margin:					10px;
	border:					0px;
	background-color:		#fff;
}
/*-----------Tables------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table_main {
	font-family:			Arial, Helvetica, sans-serif;
	width:75%;
	margin:2em auto;
}
.table_main td {
	border:				1px solid #CCC;
	padding:5px;
	text-align:left;
	font-size:12px;
}
.table_main td p {
	padding:				0px;
	margin:					0px;
	text-align:				left;
}
.table_main td.td_header_row1 {
	background:#eee url(/images/basic/bg-table-hed1.png) repeat-x bottom;
	font-weight:bold;
	}
.table_main td.td_header_row2 {
	background:#dd1018 url(/images/basic/bg-table-hed2.png) repeat-x bottom;
	font-weight:bold;
	color:#fff;
	}
.table_main td.td_colorl_01 {
	color:#333;
	}
.table_main td.td_colorl_02 {
	color:#666;
	}
.antrfile_left {
	background: #ececec;
	color: #333;
	border: #d7d7d7 2px solid;
	float: left;
	margin: 10px 20px 10px 0;
	padding: 12px 15px;
	font-size: 12px;
	width: 170px;
}
.antrfile_right {
	background: #ececec;
	color: #333;
	border: #d7d7d7 2px solid;
	float: right;
	margin: 10px 0 10px 20px;
	padding: 12px 15px;
	font-size: 12px;
	width: 170px;
}
.antrfile_left strong, .antrfile_right strong, .antrfile_left b, .antrfile_right b {
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
	display: block;
	
}
.antrfile_left p, .antrfile_right p, .antrfile_left b p, .antrfile_right b p, .antrfile_left strong p, .antrfile_right strong p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0.5em 0;
}
.inlineImage_right {
	float:right;
	margin:5px 0 10px 10px;
	}
.inlineImage_left {
	float:left;
	margin:5px 10px 10px 0;
	}
.inlineImage_center {
	text-align:center;
	width:100%;
	margin:10px 0;
	}