/*####################### CONTENT ############################*/

/* HYPERLINKS */

a:link, a:visited {
}


/* TO TOP LINK */ 
 
p.csc-linkToTop {
}

p.csc-linkToTop a:link,
p.csc-linkToTop a:visited {
}


/* HEADER */

div.csc-header h1,
div.csc-header h2,
div.csc-header h3,
div.csc-header h4,
div.csc-header h5 {
	margin: 2em 0 0.8em 0;
	padding: 0;
	font-size: 1em;
}

div.csc-header h3 {
	font-size: 1em;
	margin: 2em 0 1.2em 0;
}

div.csc-header-n1 h1,
div.csc-header-n1 h2,
div.csc-header-n1 h3 {
	margin: 0 0 0.4em 0;
}

/* TEXT */

p, p.bodytext {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.7em;
}

div#normal p {
/*	text-align: justify; */
}

p.empty {
	margin: 0;
	padding: 0;
	height: 300px;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* BULLETLISTS */

div#content ol {
	margin-top: 0;
	font-size: 0.9em;
}
  
div#content ul {
	margin-top: 0;
	font-size: 0.9em;
}
div#content ul li {
	padding: 0.4em 0;
	line-height: 1.6em;
}


/* CONTENTTABLES */

table.contenttable {
	border-collapse: collapse;
	border-color: rgb(51, 51, 51);
	border-style: solid;
	border-width: 1px;
}

table.contenttable td {
	border-color: rgb(51, 51, 51);
	border-style: solid;
	border-width: 1px;
}
  

/* SECTIONFRAMES */
  
div.csc-frame-rulerBefore {

}

div.csc-frame-rulerAfter {

}

div.csc-frame-indent3366 {
	margin: 0 15% 0 5%;
}

div.csc-frame-indent6633 {
	margin: 0 5% 0 15%;
}

div.csc-frame-frame1 {

}

div.csc-frame-frame2 {

}

