  @charset "utf-8";
/* CSS Document */
body {
	background-color: rgb(107,99,96);
	padding: 0;
	margin: 0;
}

img {
	text-decoration: none;
	border: 0px
}

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

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

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

#top {
	position: fixed;
	top: 0;
	width: 100%;
	color: rgb(153,153,153);
	min-height: 16px;
	font-family: 'OpenSansSemibold';
	font-size: 12px;
	text-align: center;
	padding-bottom: 1px;
	/* Adds the transparent background */
	background-color: rgba(1, 1, 1, 0.8);
}

#top a {
	font-family: 'OpenSansBold';
	font-size: 11px;
	color: rgb(153,153,153);
	text-decoration: none;
}

#top a:hover {
	color: white;
}

#middle1 {
	font-family: 'OpenSansRegular';
	font-size: 11px;
	text-align: justify;
}

#middle2 {
	font-family: 'OpenSansRegular';
	font-size: 11px;
	text-align: justify;
}

#middle3 {
	font-family: 'OpenSansRegular';
	font-size: 11px;
	text-align: justify;
}

#middle4 {
	font-family: 'OpenSansRegular';
	font-size: 11px;
	text-align: justify;
}


#ads {
	height: 33px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

	img {
	padding-left: 2px;
	padding-right: 2px;
}

#address {
	font-family: 'OpenSansSemibold';
	font-size:11px;
}

#bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	font-family: 'OpenSansBold';
	font-size: 11px;
	color: rgb(153,153,153);
	min-height: 16px;
	text-align: center;
	padding-bottom: 1px;
	/* Adds the transparent background */
	background-color: rgba(1, 1, 1, 0.8);
}

#bottom a {
	font-family: 'OpenSansBold';
	font-size: 11px;
	color: rgb(153,153,153);
	text-decoration: none;
}

#bottom a:hover {
	font-family: 'OpenSansBold';
	color: white;
}
