﻿/* -------------------------- */
/* key plans*/
/* -------------------------- */
#keyplanimage
{
	position: absolute;
	z-index: 3;
	width: 110px;
	height: 49px;
	top: 85px;
	left: 22px;
	background-image: url( '../Images/keyplan.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#keyplantitle
{
	position: absolute;
	z-index: 3;
	left: 58px;
	top: 73px;
}
#keyplan_s
{
	position: absolute;
	z-index: 3;
	left: 8px;
	top: 103px;
}
#keyplan_n
{
	position: absolute;
	z-index: 3;
	left: 135px;
	top: 103px;
}
#fp_link
{
	position: relative;
	z-index: 8;
	left: 0px;
	top: 18px;
	width: 110px;
	height: 10px;
	text-align: center;
}
.fp_link_text
{
	font-size: 9px;
	color: #0071BC;
	text-transform: uppercase;
	text-align: center;
}
a.fp_link_text
{
	color: #0071BC;
	text-decoration: none;
}
a.fp_link_text:link
{
	color: #0071BC;
	text-decoration: none;
}
a.fp_link_text:visited
{
	color: #0071BC;
	text-decoration: none;
}
a.fp_link_text:active
{
	color: #0071BC;
	text-decoration: none;
}
a.fp_link_text a:hover
{
	color: #0071BC;
	text-decoration: underline;
}	
.keyplantext
{
	font-size: 8px;
}
.keyplantext2
{
	font-size: 10px;
}
/* -------------------------- */	
