@charset "windows-1251";

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #5e7381;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
}

a:link {
	color: #0085c2;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	text-decoration: underline;
}

 a:visited {
	color: #0085c2;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.head:link {
	color: #696e74;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	text-decoration: none;
}

 a.head:visited {
	color: #696e74;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	text-decoration: none;
}

a.head:hover {
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	font-size: 11px;
	vertical-align: top;
}

h1 {
	font-family: tahoma, arial, verdana;
	font-size: 15px;
	color: #5e6f83;
}

h2 {
	font-family: tahoma, arial, verdana;
	font-size: 13px;
	color: #5e6f83;
}

.logo {
	background-image: url(../images/logo_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 22px solid #ec9244;
	text-align: center;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	height: 230px;
	width: 423px;
}

.logo span {
	color: #007a48;
	font-family: arial;
	font-size: 14px;
	text-transform: uppercase;
}

.e {
	text-transform: uppercase;
}


