@import url(import/reset.css);
@import url(import/container.css);
@import url(import/content.css);
@import url(import/navi.css);
@import url(import/ie.css);

* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans serif;
}

html, body {
	height:100%
}

* html, * html body {
	height:auto;
}

* html body.start {
	height:100%;
}

body {
	background-color:#84aa40; 
/*	background-color:#FE9A34;*/
}

a img {
	border:0;
}

h1,
h2 {
	margin-bottom:20px;
	font-size:14px;
	color:#8fbe47;
}

#helper {
	width:1px;
	height:50%;
	background-color:none;
	margin-bottom:-335px; /* 50% of mainframe */
	float:left;
}

#container-start {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:650px;
	width:993px;
	clear:left;
	/* 993 x 650 */
}

p {
	margin-bottom:10px;
	font-size:12px;
	color:#666;
}

a {
	color:#666;
}

a.download {
	float:left;
	font-size:10px;
}

span.name-of-person {
	font-weight:bold;
	color:#3399cc;
}

div#content b {
/*	color:#3399cc; */
	color:#364C4A;
}

.slideInfoZone,
.slideInfoZone *,
.slideInfoZone h2 {
	color:#eee
}

.csc-textpic-caption {
	font-size:10px;
	color:#666666;
}

div#content p.bodytext b {
  color:#8fbe47;
}

div.tx-indexedsearch-res table tr td.txindexsearch-title a {
  color:#B5CF12;
} 

.contenttable tr td p.bodytext b.black {
  color:#FFFFFF;
}

.clear {
	height:0;
	font-size:1px;
	clear:both;
	overflow:hidden;
}


