@charset "utf-8";
/* CSS Document */

/*SLIDE-UP*/
.slideup_indexnotices_bg{
	background-image: url(../images/slide-up/index_notices_bg.gif);
	background-repeat:no-repeat;
	width:240px;
}

.slideup_faqsnotices_bg{
	background-image: url(../images/slide-up/index_faqs_bg.gif);
	background-repeat:no-repeat;
	width:240px;
}

.slideup_bg{
	background: url(../images/slide-up/index_slideup_bg.gif);
	background-repeat:repeat-y;
}

.slideup_dot_line{
		background-image:url(../images/slide-up/dotted_line.gif);
		background-repeat:repeat-x;
}

.slideup_date{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color:black;
	font-weight:bold;
}
.slideup_title{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color:#74489c;
	font-weight:bold;
}
.slideup_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color:black;
}

.pg_bg{
	background-image:url(../images/slide-up/pg_bg.gif);
	background-repeat:no-repeat;
	width:246px;
}

.pg_btm{
	background-image:url(../images/slide-up/pg_btm.gif);
	background-repeat:no-repeat;
	width:220px;
	height:51px;
}

/*LINKS*/
a.nav_faqs:link{
	font-family:Verdana, Geneva, sans-serif;
	color:#74489c;
	text-decoration:none;
	font-weight:bold;
}
a.nav_faqs:visited{
	font-family:Verdana, Geneva, sans-serif;
	color:#74489c;
	text-decoration:none;
	font-weight:bold;
}
a.nav_faqs:hover{
	font-family:Verdana, Geneva, sans-serif;
	color:#fe7600;
	text-decoration:none;
	font-weight:bold;
}
a.nav_faqs:active{
	font-family:Verdana, Geneva, sans-serif;
	color:#74489c;
	text-decoration:none;
	font-weight:bold;
}