
@charset "utf-8";
/* CSS Document */



body{
	background:#e7deb4;
	margin:0;
}

.centerBG{

	background: #FFFFFF url(../images/center_bg.gif) no-repeat;
	font-family:Comic Sans MS;
	font-size:15px;
	color:414040;
}

.text1{
	padding:0 5px 0 100px;
	text-align:justify;
	line-height:22px;
}

.text2{
	padding:0 5px 0 100px;
	text-align:justify;
}

.dlLinkBg{
	background:url(../images/img12.png) no-repeat;
}

.dlLinkBg2{
	background:url(../images/img13.png) no-repeat 165px 20px;
}

a{
	color:#1153a5;
	text-decoration:underline;
}


a:hover{
	text-decoration:none;
}


