@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	color:#0783b2;
}
h2 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
	color:#dc1c23;
	font-weight:bold;
}
h3 {
	margin-bottom:4px;
	margin-top:10px;
}
p {
	margin-bottom: 5px;
}

a {
	color:#0783b2;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#0783b2;
}

a:hover {
	text-decoration:underline;
}