								/* ############## */
								/* ### STYLES ### */
								/* ############## */
								
/* ############## */
/* ### BASICS ### */
/* ############## */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	z-index: 0;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image:url(images/intro/content_bg_bg.jpg);
}
* html body {
	text-align: center;
}

form {
	margin: 0px;
}

img {
	border: none;
}


/*CSS-STYLED-CONTENT IE BUG*/
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin-bottom: 0px;
	padding-bottom: 15px;
}
/**/

table,tr,tbody,td,div {
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	text-decoration: none;
}
* html table,tr,tbody,td,div {
	text-align: left;
}

a {
	color: #000000;
	text-decoration: underline;	
}
a:hover {
	color: #000000;
	text-decoration: none;
}



/* ############# */
/* ### FONTS ### */
/* ############# */

h1 {
	color: #000000;
	font-size: 16px;
}

h2 {
	color: #000000;
	font-size: 14px;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

h4 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.link_pdf {
	font-site: 11px;
	line-height: 20px;
	text-decoration: none;
}
.link_pdf:hover {
	font-weight: bold;
}

.header_msg {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

.grey_big {
	color: #8F989D;
	font-size: 21px;
	line-height: 25px;
}

.white_big {
	color: white;
	font-size: 21px;
	line-height: 25px;
}

.big {
	font-size: 21px;
	line-height: 25px;
}



/* ############## */
/* ### LAYOUT ### */
/* ############## */


div#container {
	position: relative;
	top: 35px;
	margin: 0px auto;
	width: 920px;
	height: 640px;
	z-index: 10;
	background-image: url(images/intro/content_bg1.jpg);
	background-repeat:no-repeat;
}
	
	div#flash {
		position:absolute; width:475px; height:300px; overflow:hidden; left: 202px; top: 116px;
	}
	
	div#content_1 {
		position: absolute;
		top: 170px;
		left: 252px;
		width: 200px;
		font-size: 13px;
		line-height: 15px;
		z-index:1000;
	}

	div#content_2 {
		position: absolute;
		top: 323px;
		right: 55px;
		color: white;
		font-weight: bold;
		font-size: 13px;
	}

	div#content_3 {
		text-align: right;
		position: absolute;
		top: 378px;
		right: 32px;
	}
	
	div#content_4 {
		text-align: right;
		position: absolute;
		bottom: 30px;
		right: 32px;
	}
	
	div#content_4 a {
		text-decoration:none;
		outline:none;
	}
	
	div#footer {
		position: absolute;
		bottom: 0px;
		right: 40px;
		height: 20px;
		line-height: 20px;
		text-align: right;
		z-index: 50;
	}
