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

p {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333333;
}
a:link {
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
h2 {
	font-weight: normal;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #0066FF;
}
