/* общие */
p, font, h, div, body, b
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #ffffff;
	text-decoration: none;
}

a
{
	text-decoration: underline;
	color: #afdeff;
}

p
{
	margin: 5 0 5 0;
}

img.logo{
	margin-bottom:5px;
}

div.BgImg{
	background: url(images/bg_img.gif);
	background-repeat: no-repeat;	
	position:relative;	
	width:594px; 
	height:278px;
}
div.message{
	position:relative; 
	top:56px; 
	left:145px;
	font-size: 20px;
	font-family: Tahoma, Verdana, Arial;
	color: #143a54;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
}
div.line{
	position:relative; 
	width:513px;
	border-bottom: solid 1px #294457;
}
div.contacts{
	position:relative; 
	top:108px; 
	left:12px;
	width:513px;
	text-align:left;
}


