/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	}
#footer {
	background:url(images/footer_bg.gif) no-repeat top;
	width:800px;
	height:36px;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing:-1px;
	}
#footer a, #footer a:link, #footer a:visited {
	color:#006699;
	font-weight: bold;
	text-decoration: none;
	}	
#footer a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	}	
.ft_contain {
	padding: 10px 5px;
	text-align:center;
	}	
h1 {
	font-size:22px;
	color:#006699;
	}
h2 {
	font-size: 15px;
	}		
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333333;
	font-weight: bold;
	}	
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	}	
p {
	font-size:12px;
	}	
ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}	

	
