@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('Chunkfive-webfont.eot');
    src: url('Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('Chunkfive-webfont.woff') format('woff'),
         url('Chunkfive-webfont.ttf') format('truetype'),
         url('Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CapsuulaRegular';
    src: url('Capsuula-webfont.eot');
    src: url('Capsuula-webfont.eot?#iefix') format('embedded-opentype'),
         url('Capsuula-webfont.svg#CapsuulaRegular') format('svg'),
         url('Capsuula-webfont.woff') format('woff'),
         url('Capsuula-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body,td,th {
	font-family: CapsuulaRegular;
	background-color:#fbf8ef;
}

a:link{
	color:#646464;
	text-decoration: none;
}
a:visited {
	color:#646464;
}
a:hover{
	color:#fbf8ef;
	text-decoration:underline;
}
.line{
	width: 100%;
	height: 4px;
	margin-bottom:px;
	background-color: #c5c1b7;
}
.movedown {
	margin-top:112px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.img_title{
	font-family: ChunkFiveRegular;
	color: #646464;
	margin-top: 0px;
}
.background_swap{
	opacity:100;
}