@charset "UTF-8";
/* CSS Document */
BODY {
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}



/*----------------------------------------------------------------- text --*/
/*---------- This line is attributed to dinosaurs --*/


.text_contact {
	font-family: Myriad Pro, Helvetica, Arial;
	font-size: 9pt;
	color:#FFFFFF;
	line-height: 10pt;
 	font-style: normal; font-weight: normal;
}

.header {
	font-family: Myriad Pro, Helvetica, Arial;
	font-size: 13pt;
	color:#000000;
	/*line-height: 12pt;*/
 	font-style: normal; font-weight: normal;
}

.content {
	font-family: Myriad Pro, Helvetica, Arial;
	font-size: 12pt;
	color:#000000;
	line-height: 16pt;
 	font-style: normal; font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

.a_links {
	font-family: Myriad Pro, Helvetica, Arial;
	font-size: 10pt;
	color:#000000;
	line-height: 14pt;
 	font-style: normal; font-weight: normal;
}

.text_copyright {
	font-family: Myriad Pro, Helvetica, Arial;
	font-size: 10pt;
	color:#000000;
	/*line-height: 12pt;*/
 	font-style: normal; font-weight: normal;
}

.crowerks {  
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CFCFCF;
	line-height: 10pt;
}

/*----------------------------------------------------------------- a_links --*/

a:link {
	color: #105164;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #105164;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #103150;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #105164;
}

