body{
	background: #fff;
	color: #000;
	font: 90% Tahoma, Verdana,Arial, san-serif;
	margin: 20px;
	padding: 0;
}
a {
	color: #000;
}
a.hover {
	text-decoration: none;
}
h1, h2, h3{
	font-size: 1.7em;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
p, table, ul, ol {
	font-size: 1em;
}
a img {
	border: none;
}

/* -----structure----- */
#header,
#breadcrumbs, 
#menu,
#bottommenu,
#search  {
display: none;
}

#main p{
	text-align: justify;
}
#footer {
	margin-top: 20px;
border-top: 1px solid #000;
}
#footer p{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}



/* -----news----- */
.news-title{
	font-weight: bold;
}
.news-list-container p{
	margin: 0.2em 0 1em;
}
.news-latest-container p{
	margin: 0.2em 0 1em;
}
.news-latest-container{
	padding: 5px 0;
}
.news-date{
	display: block;
	font-size: 0.8em;
	padding: 4px 0;
}

/* -------contact mailform-------- */
.csc-mailform {
	border: none;
}
.csc-mailform label {
	float: left;
	display: block;
	width: 100px;
}