/* CSS Document */
body{
	margin:0px;
}

/*backgrounds*/
.top_bg{
	background-image:url(index_01.jpg);
}
.link_bg{
	background-image:url(link_bg.jpg);
	width:131px;
	height:28px;
}
.left_bg{
	background-image:url(left_bg.jpg);
}
.plan_bg{
	background-image:url(plan_bg.jpg);
}
.plan_s_bg{
	border:1px solid #1558A3;
	background-image:url(plan_s_bg.jpg);
}
.footer{
	background-image:url(index_08.jpg);
}
.plan_head{
	background-image:url(plan_head1.jpg);
	height:23px;
}

/*fonts*/
A.gray_link{
	font-family:Tahoma;
	font-size:9px;
	color:#4F4F4F;
	text-decoration:none;
}
A.gray_link:hover{
	font-family:Tahoma;
	font-size:9px;
	color:#4F4F4F;
	text-decoration:underline;
}
A.gray_link_big{
	font-family:Tahoma;
	font-size:12px;
	color:#4F4F4F;
	text-decoration:none;
}
A.gray_link_big:hover{
	font-family:Tahoma;
	font-size:12px;
	color:#4F4F4F;
	text-decoration:underline;
}
A.orange_link_big{
	font-family:Tahoma;
	font-size:11px;
	color:#FF7F01;
	text-decoration:underline;
}
A.orange_link_big:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#FF7F01;
	text-decoration:none;
}
A.white_link{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
A.white_link:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
A.orange_link_bold{
	font-family:Tahoma;
	font-size:11px;
	color:#FF7F01;
	text-decoration:underline;
	font-weight:bold;
}

A.orange_link_bold:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#FF7F01;
	text-decoration:none;
	font-weight:bold;
}
.gray_bold{
	font-family:Tahoma;
	font-size:11px;
	color:#4F4F4F;
	font-weight:bold;
	padding-left:3px;
}
.gray{
	font-family:Tahoma;
	font-size:11px;
	color:#4F4F4F;
	padding-left:5px;
}
.white{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	padding-left:5px;
}
.white_bold{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	padding-left:5px;
	font-weight:bold;
}
.txt_box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
