﻿.style1 {
	background-image: url('Img/logo_tlo.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.style2 {
	text-align: center;
}
.style3 {
	background-image: url('Img/tlo1.gif');
	background-position: center top;
	background-repeat: repeat-y;
}
.style4 {
	background-image: url('Img/tlo2.gif');
	background-position: center top;
	background-repeat: no-repeat;
}
.style5 {
	border-style: solid;
	border-width: 0;
}
.style6 {
	text-align: right;
}
.style7 {
	margin-left: 13px;
}
.style8 {
	border-width: 0;
}
.style9 {
	background-image: url('Img/tlo3.gif');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
	margin-bottom: 120px;
}
body {
	font-family: Segoe, Verdana;
	font-size: 14px;
}
h1 {
	font-family: Trebuchet MS;
	font-size: 40px;
	font-weight: normal;
	padding-top: 20px;
	text-align: center;
	margin-bottom: -10px;
}
hr {
	height: 1px;
	width: 100%;
	color: silver;	
}

a {
	color: #3277AF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.std td {
  font-size: 10pt;
}
