.btn {
}
body {
	font-size: 14px;
	line-height: 24px;
	background-attachment: fixed;
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	letter-spacing: 1px;
}
.title_space {
	padding-top: 50px;
	padding-bottom: 20px;
}
.white_base {
	color: #000;
	background-color: #E3E3E3;
}
.white_base_space {
	color: #000;
	background-color: #E3E3E3;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
a:link {
	color: #22B2E8;
	text-decoration: none;
}
a:hover {
	color: #B8DAE8;
	text-decoration: none;
}
.small {
	font-size: 12px;
}
a:visited {
	color: #126787;
	text-decoration: none;
}
.white {
	color: #FFF;
	letter-spacing: 2px;
}
