BODY{
	
	background-image : url("img/bg.png");
} 


 A:LINK{
	color : #00374e;
	font-family : Verdana;
	font-weight: normal;
	text-decoration : none;
}
A:HOVER{
	color : #006692;
	font-family : Verdana;
	font-weight: normal;
	text-decoration : underline;
}
A:ACTIVE{
	color : #e50026;
	font-family : Verdana;
	font-weight: normal;
	text-decoration : none;
}
A:VISITED {
	color : #006692;
	font-family : Verdana;
	font-weight: normal;
	text-decoration : none;	
}

TABLE {
	border : 1px;
	text-align : justify;
	font-family : Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #005071;
}

IMAGE{border:0px;
background-color:none;}

span.h1 {
	font-family : Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #005071;
}

span.h2 {
	font-family : Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #005071;
}

span.ital{
	font-style:italic;
}

span.b{
	font-weight: bold;
}


div.navitem{
	width: 186px;	
	height: 30px;
	position:absolute;
	top: 0%;
	left: 50%;
	margin-left: -93px;
}

p.coretext{
	margin-left: 46px;
	margin-top: 24px;
	margin-right: 46px;
	font-family : Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #005071;
}

p.coretext_img{
	margin-left: 46px;
	margin-top: 24px;
	margin-right: 46px;
	text-align:center;
}


td.obvious{
	border:1px solid #005071;

}

#main{
	width: 898px;	
	height: 647px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -330px;
	margin-left: -449px;
	overflow : none;
}

#top {
    width: 898px;
	height: 167px;
	position: absolute;
	top: 0%;
	left: 0%;
	margin-top: 0px;
	margin-left: 0px;
	overflow : none;
	text-align : left;
	background-image : url("img/pages_top.png");
	}


#navi {
    width: 210px;
	height: 474px;
	position: absolute;
	top: 0%;
	left: 0%;
	margin-top: 112px;
	margin-left: 0px;
	overflow : none;
	background-color: #94bec2;
	}
  
#core {
    width: 688px;
	height: 474px;
	position: absolute;
	top: 0%;
	left: 0%;
	margin-top: 112px;
	margin-left: 210px;
	overflow-x : none;
	overflow-y : auto;
	background-color: #ffffff;
	}
  
#bottom {width: 898px;
	height: 61px;
	position: absolute;
	top: 100%;
	left: 0%;
	margin-top: -61px;
	margin-left: 0px;
	overflow : hidden;
	background-image : url("img/index_bottom.png");
	overflow : none;
	}

#bottomindex {width: 520px;
	height: 51px;
	position: absolute;
	top: 0%;
	left: 0%;
	margin-top: 14px;
	margin-left: 374px;
	overflow : none;
	text-align : right;
	color : #005071;
	font-size : 11px;
	font-family : Verdana;
	font-weight: normal;
	}
  	
