/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.title {
	font-size: 11px;
	font-weight: bold;
}
.sectiontitle {
	font-weight: bold;
	border-top-style: dashed;
	border-top-width: 1px;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}

.tdimages {
	border-left-style: dashed;
	border-left-width: 1px;
	padding-left: 22px;
}
.imagelabel {
	font-size: 9px;
	font-weight: lighter;
	font-family: "Courier New", Courier, mono;
}
.lead {
	font-style: oblique;
	line-height: 20px;
}
hr.dashed {
	border: 0;
	border-top: 1px dashed #000;
      #border-bottom: 1px solid #f00;
      #color: #fff;
      #background-color: #fff;
      height: 4px;
    }
.tdline {
	margin: 0px;
	padding: 0px;
}
.footnotelink {
	vertical-align: text-top;
	font-size: 8px;
}
.navigationlinks {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
a:hover {
	text-transform: uppercase;
	text-decoration: underline overline;
}
