a:link { text-decoration:none; color:#0064dd}
a:visited { text-decoration:none; color:#0064dd}
a:hover { text-decoration:underline; color:#ff0000 }


body{
	margin:0px;
	padding:0px;
}

h1{
	font-size:0.8em;
	margin:0px;
	padding:4px 0px 4px 5px;
	font-weight:normal;
	/*background:#E96E0B;*/
	background:#FF9A2D;
	text-align:center;
	color:white;
	line-height:11px;
}

#header{
	overflow:hidden;
	margin:0px;
	padding:0px;
	background:url(../image/header_bk2.gif) repeat-x;
	/*border-bottom:1px solid #cccccc;*/
	text-align:center;
	height:75px;
}

#header h2{
	margin:0px auto 0px auto;
	width:95%;
}

#header h2 a
{
	text-indent:-9999px;
	display: block ;
	margin:5px auto 0px 0px;
	padding:0px;
	font-size:0.8em;
	background:url(../image/logo2.jpg) no-repeat;
	height:60px;
	width:200px;
	float:left;
}

