@charset "utf-8";
/* CSS Document */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.3;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #95c736;
	text-decoration: none;
	margin-bottom: 17px;
	font-weight: bold;
}
body {
	margin: 20px;
	background-image: url(../images/info-bg.gif);
	background-repeat: no-repeat;
}
a {
	color: #4893b2;
	font-weight: bold;
}
a:hover {
	color: #4893b2;
	text-decoration: none;
}

