@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images_base/bk_Full.jpg);
	background-repeat: repeat-x;
	background-position: 0px 100px;
}
a:link {
	color: #2d3087;/*#92A1A4*/
}
a:visited {
	color: #2d3087;
}
a:hover {
	color: #5C696B;/*#5C696B*/
}
a:active {
	color: #2d3087;
}

