* {
  margin: 0;
  padding: 0;
}
body {
  font: 12px Arial, Tahoma, Verdana, sans-serif;
  width: 100%;
  min-height: 100%;
  background-color: #F2FCFE;
  color: #2A2A2A;
}
a {
  color: #0089F6;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
}
b, strong {
	color: #0089F6;
}

input, textarea {
	border: 1px solid #A5A5A5;
}

h1 {
  font-size: 22px;
  color: #6194E4;
  font-style: italic;	
}

li {
	list-style-image: url(dot.gif);
	margin-left: 16px;
}

.head1 {
  background-color: #1695EC;
}

.bg1 {
  background: url(bg1.gif) repeat-x;
  height: 53px;
}
.bg4 {
  background: url(bg4.gif) repeat-x;
  height: 53px;
}
.footer1 {
  background: url(bg_footer1.gif) repeat-x;
  height: 61px;
}

.footer3 {
  background: url(bg_footer3.gif) repeat-x;
  height: 61px;
}

.footer_center {
  color: White;
}

.footer_center a {
  color: White;
  text-decoration: underline;
}

.footer_left {
  background: url(footer_left.gif) no-repeat;
  padding-bottom: 10px;
}

.footer_right {
  background: url(footer_right.gif) no-repeat;
  padding-bottom: 10px;
}

.menu {
  background: url(bg_menu.gif) no-repeat;
}

.menu div {
  height: 53px;
  width: 104px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color: #2E99E4;
  font-weight: bold;
  display: block;
  position: relative;
  float: left;
  line-height: 50px;
}

.menu a {
  text-decoration: none;
}

.menu_over {
  color: #80C5F0;
}

.mess {
	color: #228B22;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

.btn {
	border: 2px solid #DDEFF1;
	background-color: #FF5267;
	color: #F2FCFE;
	padding: 3px 10px 3px 10px;
	text-align: center;
	font-family: "MS Sans Serif", Tahoma, Verdana;
	font-weight: bold;
	font-size: 10px;
}

.sep {
	height: 31px;
   background: url(sep.gif) no-repeat;
	background-position: bottom;
}
