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

@font-face {
    font-family: 'ImpactRegular';
    src: url('impact-webfont.eot');
    src: url('impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('impact-webfont.woff') format('woff'),
         url('impact-webfont.ttf') format('truetype'),
         url('impact-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-family: 'ImpactRegular';
	font-size: 1.5em;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-family: 'ImpactRegular';
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
}

h3 {
	font-family: 'ImpactRegular';
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}

h4 {
	font-family: 'ImpactRegular';
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
}
h4.hr {
	padding-bottom:5px;
	border-bottom:1px solid #666;
	margin:6px 0;
}

h5, h6 {
	font-family: 'ImpactRegular';
	font-size: 0.9em;
	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;
}