@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#343434;
	background:#FFFFFF;
}

#L_MAIN {
	margin:40px auto;
	width:650px;
}

h1 {
	font-weight:bold;
	color:#2e2e88;
	font-size:14px;
	margin:15px 0px 10px;
}

ul {
	margin:0px;
	padding:0px 0px 0px 15px;
}

li {
	list-style:disc;
}

strong {
	color:#2e2e88;
}

a {
	color:#2e2e88;
	text-decoration:none;
}

a:hover {
	color:#343434;
}


