body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(bg.jpg) repeat;
	vertical-align: middle;
	color: Gray;
	background-color: #D3D3D3;
}
table {
	vertical-align: middle;
	text-align: center;
}
h1 {
}

h2 {
}

td {
	border: 0px solid Gray;
	font-size: 8pt;
	color: Gray;
	vertical-align: top;
}
p {
	text-align: left;
	text-indent: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color: White;
	font-size: 7pt;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #B22222;
	font-size: 7pt;
	font-weight: bolder;
	text-decoration: none;
}


.logo {
	background: #F0F8FF url(logotelf.jpg) no-repeat center;
}


