.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	line-height: 150%;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}

.smalltext:hover { color: #000000; }
.smalltext:link { color: #000000; }
.smalltext:visited { color: #000000; }

.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
}

}

.graydots {
	border-right-style: dotted;
	border-right-color: #666666;
	border-right-width: thin;
	padding-top: 10px;
	padding-right: 4px;
}

.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3333FF;
}
.horzdots {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	line-height: 2px;
}
