/** HEADINGS */

h1, h2, h3, h4, h5, h6, .csc-header h1 {
	margin-bottom: 5px;
	color: #ffffff;
}

/** TEXTS */

body, th, td, input, textarea, select, .bodytext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCE9FF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 2px;
}


.text1 {
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 24px;
	font-weight: bold;
}

.text2 {
	font-size: 12px;
	color: #fff;
	padding: 0 0 0 0;
}

.boxclose {
	padding-top: 2em;
	float: right;
	line-height: 1em;
}

.boxclose a, a {
	color: #fff;
	text-decoration: underline;
}

a:hover, .boxclose a:hover {
	color: #fff;
	text-decoration: none;
}

