@charset "utf-8";
/* CSS Document */

body {

	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #d6eaf7;
	
	}

a.navi:link { color: #26486e; text-decoration: none; }
a.navi:visited { color: #26486e; text-decoration: none; }
a.navi:hover { color: #dd2222; text-decoration: none; }
a.navi:active { color: #26486e; text-decoration: none; } 
	
	
.h_top {

	background-image: url('images/top_bg.png');
	
	}
	
.intro_text {

	font-family: Arial;
	font-size: 15px;
	color: #868686;
	text-align: center;
	padding-top: 20px;
	
	}
	
.nav {

	background-image: url('images/nav_bg.png');
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	
	}
	
.nav_h {

	background-image: url('images/nav_bg_h.png');
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	
	}
	
p {
	
	font-size: 12px;
	font-family: Arial;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	line-height: 14px;
	color: #585858;
	padding-top: 0px;
	margin-top: 0px;
	margin: 0px;
	
	}
