.unnamed1 {
	border: 1px solid #999999;
}
.darkgrey {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.textsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;

}
.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.textm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
}
.dashedline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 8px;
	line-height: 95%;

}
.OVERLINE {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
