* {
  border-collapse: collapse;
  font-family: 'Verdana', sans-serif;
}
body {
  font-size: 0.8em;
}
#head {
  clear: both;
  margin: 10px 0;
}
#content {
  clear: both;
}
#head p {
  font-size: 0.8em;
}
#head img {
  float: left;
  padding: 0 15px 0 0;
}
img {
  border: none;
}
td {
	vertical-align: top;
}
input, label, textarea {
  display: block;
}
h1 {
	clear: both;
	margin: 10px 15px 5px 15px;
	font-size: 160%;
	color: #192c82;
}
h2 {
	margin: 10px 15px 5px 15px;
	font-size: 140%;
	color: #192c82;
}
h3 {
	margin: 10px 15px 5px 15px;
	font-size: 120%;
	color: #192c82;
}
h4 {
	margin: 10px 15px 5px 15px;
	font-size: 110%;
	color: #192c82;
}
p {
	margin: 0 15px;
}
img, #news img {
	margin: 0 15px;
}
table {
	margin: 0 15px;
}
ul {
	margin: 5px 15px 5px 40px;/*
	padding: 0 0 0 20px;*/
}
ol {
	margin: 5px 15px 5px 40px;
}
.tablelist {
	border-top : 1px solid #192c82;
	border-left : 1px solid #192c82;
}
.tablelist td {
    padding: 5px;
	border-bottom : 1px solid #192c82;
	border-right : 1px solid #192c82;
}
.tablelist th {
    padding: 5px;
	border-bottom : 1px solid #eef0fd;
	border-right : 1px solid #eef0fd;
  font-weight: bold;
  background-color: #192c82;
  color: #fff;
}
.tablelist th a {
  color: #fff;
}
form {
  margin: 5px 15px;
}
label input, #content textarea {
  width: 300px;
  border: 1px solid #192c82;
}
textarea {
  height: 80px;
}
.but, #content .but_hover {
  margin: 5px 0 0 0;
}
a, a:visited {
   color: navy;
}
a:hover {
	color: red;  
	text-decoration: underline
}
