html, body{
	background-color: #fff;
	font: 12px Tahoma;
	color: #29abe2;
	padding: 0px;
	margin: 0px;
}
h1, h2{
	font-weight: normal;
}
.top{
	background: #fff url('/_images/bg-top.png') top left repeat-x;
	height: 97px;
}
.top .form{
	padding: 0px;
	margin: 0px;
}
.bottom{
	background: #fff url('/_images/bg-bottom.png') top left repeat-x;
	height: 80px;
	padding: 0px 10px;
}
.bottom .form{
	padding-top: 15px;
	margin-bottom: 0px;
}
.copyright{
	color: #7f9db9;
}
.form-text{
	border: none;
	background: #fff url('/_images/form-text.png') center center no-repeat;
	outline: none;
	width: 277px;
	height: 17px;
	padding: 3px;
	float: left;
}
.form-submit{
	background: transparent url('/_images/form-submit.png') center center no-repeat;
	position: relative;
	top: -1px;
	height: 31px;
	width: 85px;
	border: none;
}
.form-submit2{
	background: transparent url('/_images/form-submit2.png') center center no-repeat;
	position: relative;
	top: -1px;
	height: 30px;
	width: 85px;
	border: none;
}

.content{
	margin: 25px 20px;
}
.content .title{
	font-size: 150%;
	margin-top: 20px;
	margin-bottom: 5px;
}
.content .title, .content .title a, .content .title a:link, .content .title a:active, .content .title a:visited{
	color: #0071bc;
	text-decoration: none;
}
.content .title a:hover{
	text-decoration: underline;
}

.content .description{
	margin: 3px 0px;
}
.content .url{
	margin-top: 3px;
	color: #29abe2;
}
.content .url a, .content .url a:link, .content .url a:active, .content .url a:visited{
	color: #29abe2;
	text-decoration: none;
}
.content .url a:hover{
	text-decoration: underline;
}