/*
 *	editor.css
 *	This file is for styles shared between JCE Editor content and the template.
 */
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000000;
}
/* Generic Balancing */
object {
	outline-style: none;
}
div {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
ol, ul, dl, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, address {
	padding: 0px;
	margin: 0px 0px 1.0em 0px;
}
ol, ul, dl {
	padding: 0px 0px 0px 4em;
}
a {
	color: #257d7d;
}
a:hover {
	color: #70000b;
}
/* Box Object Hax */
.bhax {
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
.pre {
	white-space: pre;
	font-family: Consolas, monospace !important;
}
/* Tables */
.formatted-table {
	border-collapse: collapse;
}

.formatted-table td {
	padding: 4px;
}

.formatted-table-header {
	background-color: #001339;
}

.formatted-table-header td {
	color: #fff;
	font-weight: bold;
}

.formatted-table-alt-row {
	background-color: #cce0f2;
}

.blockquote.quotation {
margin: 10px 0px 10px 0px;
padding: 10px 35px 10px 35px;
border: none;
background: url(../images/typography/blockquote_start.png) 0 0 no-repeat;
text-align: justify;
}