@charset "utf-8";
body {
	background-image: url(images/bg_middle.png);
}

.textBlue {
	font-family: "Myriad Pro";
	font-size: 30px;
	font-weight: bold;
	color: #99CCFF;
}
.textwhitesmall {
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #FFFFFF;
}
.textwhitebig {
	font-family: "Myriad Pro";
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #66CCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CCCC;
}
a:hover {
	text-decoration: none;
	color: #F3502B;
}
a:active {
	text-decoration: none;
	color: #66CCCC;
}




.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
