/* CSS Document */


/**/
/* Global */
/**/


body {
	background-color: #ffffff;
	background-position: 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF6600;
	text-decoration: none;
}

a img {
	border: none;
}

#spacer_5 {
	height: 5px;
}

#spacer_10 {
	height: 10px;
}

#spacer_20 {
	height: 20px;
}

#cleaner_both {
	clear: both;
}




/**/
/* Header */
/**/


.header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
}

.header a:link, .header a:visited {
	color: #666666;
	text-decoration: none;
}

.header a:hover, .header a:active {
	color: #FF6600;
}




/**/
/* Content -> General */
/**/

.content {
	width: 1200px;
	margin: 200px auto 0 auto;
}

.content_logo {
	//width: 800px;
}

.content_logo_slogan {
	margin: 0 auto 200px auto;
	text-align: center;
}




/**/
/* Footer */
/**/


.footer {
	width: 900px;
	margin: 40px auto 0 auto;
}

.copyright {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
}

.copyright a, .copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #333333;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
}

.copyright a:hover, .copyright a:active {
	color: #cccccc;
}

.top_chronos {
	font-size: 9px;
	text-align: center;
	color: #cccccc;
}


