body {
	color: #1a1a1a;
	padding: 0;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 14px;
	background: #8D9ABC url(../gfx/body_bg2.gif) repeat-y;
}
h1,h2,h3,h4 {
	font-family: Georgia, serif;
}
h1 {
	color:#3F5898;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 4px;
		background: url(../gfx/h1_underline.png) bottom left no-repeat;
	padding-bottom: 6px;
}
h1.underline {

}
h2 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 28px;
	margin-bottom: 1px;
		background: url(../gfx/h2_underline.png) bottom left no-repeat;
	padding-bottom: 7px;
}
h2.underline {

}
p {
	margin-top: 0px;
	line-height: 20px;
	font-family:Georgia, serif;
	margin-bottom: 10px;
}
p.date {
	color: #8D9ABC;
	font-family: "Galliard ITC", "Adobe Galliard", Galliard, DIN, Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
}
p.image {
	padding: 4px 3px 4px 3px;
	padding-left: 3px!important;
}
p.square {
	margin: 1em 30px 1em 1em;
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px!important;
	background: url(../gfx/square10px.gif) no-repeat 0px 4px;
	float: right;
	color: #4861A1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #3F5898;
	text-decoration: none;
}
a:hover {
}
#content a:hover, #breadcrumb a:hover, #footer a:hover {
	color: #202C4C;
	/* color: #A64A4C; */
	background: url(../gfx/dotted_underline.gif) repeat-x bottom;
}
ul {
	line-height: 20px;
} 
td.date {
	font-weight: bold;
	padding-right: 30px;
}
td {
	vertical-align: top;
}
img.spam_protect {
	border: none;
	background:url(../gfx/spam_protect.gif) no-repeat 0 0;
	width: 11px;
	height: 12px;
	vertical-align: middle;
}
a:hover .spam_protect {
	background-position: -12px 0;
}
/* block */

div.block {
	margin-bottom: 1em;
	padding: 1px;
}
div.block div.inner {
	border: 4px solid white;
}
div.style-1 {
	background: #f8f9e5;
	color: #a64a4c; 
}
div.style-2 {
	background: #85BA29;
	color: #647984;
}
div.style-2 .inner {
	background: #b6cf8b;
}
div.style-3 {
	background: #BDC2D6;
	color: #4861a1;
}
div.block td {
	border-bottom: 1px solid white;
}
div.block .csc-header * {
	padding: 4px 10px 4px 10px;
	font-size: 16px;
}
div.block h1, div.block h2  {
	background:none;
	margin-top: 4px;
}
div.block p, div.block h3, div.block h2, div.block table{
	margin-left: 10px;
}
div.block .csc-textpic-image {
	margin-bottom: 0!important;
}
/* RTE */
.htmlarea-content-body td {
	border:1px dotted black;
}