@charset "utf-8";
/* CSS Document */
body,p {
	font-family:tahoma, sans-serif;
	font-size:14px;
	background:transparent;
}
p {
	line-height:2em;
	font-size:14px;
}
img {
	border:0px;
}
h1,h2,h3 {
	color:#0a478c;
}
hr {
	color:#0a478c;
	border:1px solid #0a478c;
	background-color:#0a478c;
}
a, a:visited { 
	color:#0a478c;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active {
	color:#2478d7;
	text-decoration:underline;
}