a {
	text-decoration: none;
	}
	
a:link, a:visited {
	color: #114723;
	font-weight: bold;
	}
	
a:hover, a:active {
	color: #4fb049;
	font-weight: bold;
	}
	
blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	}
	
body {
	background: url(images/tile_01.jpg);
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	}
	
.button {
	margin: 0 4px;
	}
	
.button_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 24px;
	}
	
.code {
	font-family: monospace;
	margin: 24px;
	padding: 12px;
	border: 1px dotted #006227;
	background-color: #bed89b;
	}
	
#container {
	width: 700px;
	margin: 0 auto;
	border: 2px solid #116e37;
	background-color: #eaeddc;
	}

#content {
	width: 652px;
	margin: 0 auto;
	padding: 12px 24px;
	}
	
#css_styles {
	width: 700px;
	height: 25px;
	margin: 12px auto;
	}
	
.css_styles_text {
	color: #fff;
	text-align: center;
	padding-bottom: 6px;
	line-height: 16pt;
	}
	
.divider {
	width: 52px;
	height: 35px;
	margin: 6px auto;
	background: url(../rings.png) no-repeat;
	}
		
#fl_info {
	width: 250px;
	height: auto;
	margin: 6px auto;
	padding: 12px 0px;
	border: 1px solid #116e37;
	}
	
h1 {
	display: none;
	}
	
h3 {
	color: #114723;
	}
	
h4 {
	color: #114723;
	}
	
hr {
	width: 25%;
	}
	
.highlight {
	font-size: 10.5pt;
	font-weight: bold;
	}
	
.member_listing {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	}
	
#navbar {
	width: 645px;
	margin: 0 auto;
	padding: 6px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	border-bottom: 1px solid #114723;
	}
	
#navbar_bottom {
	width: 645px;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	}
	
p {
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	}
	
#title {
	width: 700px;
	height: 300px;
	margin: 0 auto;
	background: url(images/hj_fanlist_01.jpg) no-repeat;
	border-bottom: 2px solid #116e37;
	}
	
ul {
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	font-size: 10pt;
	color: #000;
	}
	
.warning {
	text-decoration: underline;
	font-weight: bold;
	color: #f00;
	}