/* CSS Document */

#navi2012_fin {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	width:600px;
	top:125px;
	left:190px;
	border:#000;
	height:50px;
	z-index:1;
}
#navi2012 {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	width:600px;
	top:125px;
	left:310px;
	border:#000;
	height:50px;
	z-index:1;
}


body {
	background-color: #f5f5f5;
	background-position:top;
	}

td  {
	background-color: #ffffff;
	
}


img {
	border: 0px;
}

a {
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0d5f83;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}


a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}



hr{
	border: 0;
  	width: 100%;
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	margin-top: 0.2em;
	margin-bottom: 0.3em


}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 18px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

ul {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	clear: left;
}

ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}

ul li a {
	text-decoration: none;
	float:left;
	color: #999;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

ul li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}


/*navigaatio*/
ul.blue li a.current, ul.blue li a:hover {
 	color: #0d5f83;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;

}


