<!--
a:link {
	color: #445177;
}
a:visited {
	color: #445177;
}
a:hover {
	color: #F7941C;
}
a:active {
	color: #F7941C;
}
body {
background-color:#08090B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainText {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #445177;
}
.mailList {
	width: 111px;
	font: normal 10px Arial;
	background-color: 242A3C;
	color: 445177;
	border: 1px none #284279;
	text-align: center;
	height: 20px;
}
.submitBut{
	width: 111px;
	font: normal 10px Arial;
	background-color: 242A3C;
	color: 445177;
	border: 1px none #284279;
	text-align: center;
	height: 20px;
}
.mainTextOrange {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fe9b24;
}
.mainTextGrey {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #BEBDBD;
}


.main_backgroundPic {
	background-attachment: fixed;
	background-image: url(.../images/second_from_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
