








@font-face {
    font-family: Harrington;
    src: url('../fonts/HARNGTON.ttf');
}

p.custom_font{
	font-family: Harrington; /* no .ttf */
}






body {
	margin-top:0px;
	margin-left:0px;
	background-color:#000000;
	}
	
	
.bg {
	background-image:url(../images/FJ_Website_BG.jpg);
	background-repeat:no-repeat;
	height:768px;	
	}




.bottom-bg {
	background-image:url(../images/bottom_bg.png);
	background-repeat:no-repeat;
	height:44px;
	vertical-align:middle;
	}
	
		
.text {
	font-family:Harrington;
	font-size:16px;
	color:#FFFFFF;
}

		
.text-bold {
	font-family:Harrington;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}