body {
	background-color: #011655;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Gill Sans", Tahoma;
	font-size: 12px;
}
#main {

}
#main td.bottom {
	color: #6094CD;
	padding: 10px;
}
#main .bottom a {
	color: #54B951;
}

#main .bottom a:hover {
	color: #54B951;
	text-decoration:none;
}

#main #inner {	
    background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 147px;
}
#main td.content {
	font-family: "Gill Sans", Tahoma;
	font-size: 14px;
	color: #011655;
	background-color: #FFFFFF;
	padding: 20px;
	height: 364px;
}
#main .content h1 {
	font-family: "Gill Sans", Tahoma;
	font-size: 20px;
	color: #0F4E95;
}
#main .content li {
	padding-bottom: 10px;
}
#main td.homepage {
	background-color: #FFFFFF;
	background-image: url(images/img_homepage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 354px;
}
#main td.homepagerus {
	background-color: #FFFFFF;
	background-image: url(images/img_homepage_rus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 354px;
}
#main .content p {
	padding-left: 20px;
}

#main .content  input {
	font-family: "Gill Sans", Tahoma;
	font-size: 13px;
	color: #011655;
}
#main .content select {
	font-family: "Gill Sans", Tahoma;
	font-size: 13px;
	color: #011655;
}
#main .content a {
	color: #69B464;
}
#main .content a:hover {
	text-decoration: none;
}
#main .content table.form {
	background-color: #D1DFEF;
}
#main #inner a {
	color: #54B951;
	font-family: "Gill Sans", Tahoma;
	font-size: 13px;
}
#main #inner a:hover {
	text-decoration: none;
}

#main .content h2 {
	font-size: 15px;
	color: #54B951;
}
#main .content #form1 .form #phone {
	margin-left: 15px;
}

.required {
	color: #FF0000;
}

