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

h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}
h4.hr {
	padding-bottom:5px;
	border-bottom:1px solid #666;
	margin:6px 0;
}

h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}

p, ul, ol, label, td {
	font-size: 0.8em;
}
.date {
	font-size: 0.8em;
	color:#7b7b7b;
}
p.breadcrumb {
	margin:0;
	color:#7b7b7b;
	font-size: 0.7em;
}
p.breadcrumb a {
	color:#7b7b7b;
}

a {
	color: #ff0066;
}
a:hover {
	text-decoration: none;
}
a.active {
	color:#666666;
}
a img {
	border: none;
}
ul {
	list-style:circle;
}
