@charset "utf-8";
body {
	background-image: url(images/BG_main.jpg);
	background-attachment: fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #000000;
}
.text_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #c20000;
	text-decoration: none;
}
.text_grey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
}
a.text_grey:hover {
	text-decoration: none;
	color: #ff0000;
}
.link_grey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #009cff;
	text-decoration: none;
}
a.link_grey:hover {
	text-decoration: none;
	color: #d1d1d1;
}
