body {
	background-image: url(tlo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CAD8E5;
	margin: 0px;
}


td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	line-height: 150%;
}

a {
	color: #253C66;
	text-decoration: none;
}

a:hover {
	color: #253C66;
	text-decoration: underline;
}

a.menu {
	font: 14px Arial;
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	color: #C0CEE5;
	text-decoration: none;
}


img {
	border-color: #253C66;
}

.m {
	margin: 15px;
	text-align: justify;
}
p.title {
	margin: 25px;
	font: 14px Arial;
	font-weight: bold;
}

p.title_center {
	text-align: center;
	font: 14px Arial;
	font-weight: bold;
}

p.name {
	margin: 15px;
	font: 18px Arial;
	font-weight: bold;
}


ul#navlist {
  text-align: left;
  list-style-type: none;
  padding-left: 17px;
  margin: 0px;
  width: 230px;
}
  
ul#navlist li a {
  font-weight: bold;
  width: 220px;
  margin-top: 2px;
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
  color: #000000;
  background-color: #EAEFF5;
  text-decoration: none;

}