body { 
	font-family: arial, Osaka, MS Gothic, sans-serif; 
	font-size: 12px;
	line-height: 110%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	}
	
img	{
	border: none;
	}
	
#clear {
	clear: both;
	}
	
a:link {
	color: #996600;
	font-size:14px;
	text-decoration: underline;
	}
	
a:hover {
	color:#669900;
	font-size:14px;
	text-decoration: underline;
	}
	
a:visited {
	color: #996600;
	font-size:14px;
	text-decoration: none;
	}
	
a:active {
	color: #996600;
	font-size:14px;
	text-decoration: none;
	}
	
	
/* container */
#container {
	width:850px;
	height:762px;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/landing_page.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:6px solid #9e9e9e;
	}
#main {
	width:850px;
	height:700px;
	border:1px solid #9e9e9e;
}
#btn_table_div{
	width:380px;
	height:100px;
	margin-top:300px;
	margin-left:60px;
	border:none;
}
#btn_table{
	height:auto;
	height:auto;
	text-align:center;
	border:none;
}
#btn_table td{
	width:150px;
	height:60px;
	background-color:#ffffff;
	border:none;
}

/* footer */
#footer {
	color: #ffffff;
	height: 60px;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-y;
	}
	
#copy{
	height: 30px;
	width: 600px;
	padding: 10px 0 0 120px;
	size: 12px;
	line-height: 130%;
	text-align:center;
	}
	
#copy a:link {
	color: #ffffff;
	text-decoration: none;
	}
	
#copy a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
#copy a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
#copy a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	

/* text style */
.txt_bold{
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#669900;
	font-weight:bold;
}
.txt_sml {
	font-size: 11px;
	font-weight: bold;
	}
	
.ttl_green {
	color: #779d50;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	}
	
.lrg_green {
	color: #779d50;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	}
	
.ttl {
	color: #000000;
	font-weight: bold;
	line-height:140%;
	}
	
.ttl_l {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	}
	

	

