/* Tables */

.pageText table.compact TH, .pageText table.compact TD {
	font-size:11px;
	}
.pageText table, table.cool {
	border:none ! important;
	border-width:0 ! important;
	background-color:#f4f4f4;
	border-spacing:5px;	
	}
.pageText table TH, table.cool TH {
	font-family: "Courier New", "Courier", sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	padding:5px;
	}
.pageText table TD, table.cool TD {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	padding:5px;
	background-color:#fff;
	}
table.cool.small {
	border-spacing:3px;
	}
table.cool.small TH,
table.cool.small TD {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	font-size:9px;
	padding:3px;
	}

/* Images */

.pageText IMG, .mceContentBody IMG {
	border: 1px solid #d1d1d1;
	}
IMG {
	border: none;
	}
IMG.left, .float_left {
	display: block;
	float: left;
	margin-right: 1em;
	margin-bottom: 1.8em;
	}
IMG.right, .float_right {
	display: block;
	float: right;
	margin-left: 1em;
	margin-bottom: 1.8em;
	}

/* Misc */

HR {
	height: 1px;
	border: none;
	background: url('dotted.gif') repeat-x;
	clear: both;
	}
object, embed {
	display: block;
	}

