@charset "utf-8";

a {
    color: #178EC5;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    color: #E77817;
}

body {
	background: #0170A7 url(../img/tlo_body.gif) repeat-x;
	font: normal 15px Arial;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	width: 100%;
	height: auto;
	border-top: solid 1px #005A87;
	border-bottom: solid 1px #005A87;
	background: #ededed url(../img/tlo_page.gif) repeat-x;
	color: #969594;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -160px 0 0 0;
	padding: 10px 0 10px 0;
}

#page h2 {
    color: #178EC5;
	font-size: 18px;
	margin: 15px;
}