*, html {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#598AA5 url("../img/bg_rp_body.png") no-repeat;
	color:#E3F5FF;
	cursor:default;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	text-decoration:none;
}

h1 { font-size:20px; }
h2 { font-size:19px; }
h3 { font-size:18px; }
h4 { font-size:17px; }
h5 { font-size:15px; }
h6 { font-size:14px; }


ul {
	list-style:circle;
	margin:0 0 0 25px;
}

li {
	line-height:150%;;
}

p {
	margin:0 0 15px 0;
}

a {
	color:#005D90;
	text-decoration:none;
	background:#E3F5FF;padding:3px 5px;
	border:1px solid #005D90;
}

a:hover {
	color:#007CC0;
}

.master { padding:25px; }


.title { margin:0 0 25px 0; }
.title_inner { font-weight:normal;font-size:18px; }

.list { margin:0 0 25px 25px; }

.normal { font-weight:normal; }
