.textwhite {
	font-size: 9pt;
	line-height: 14pt;
	color: #FFFFFF;
}
.textbrack {
	font-size: 9pt;
	color: #333333;
	line-height: 14pt;

}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-style: none;

}
a:link {
	font-size: 9pt;
	line-height: 14pt;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	line-height: 14pt;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-size: 9pt;
	line-height: 14pt;
	color: #333333;
	text-decoration: none;
}
.border {
	border: 1px solid #666666;
}
.textgray {
	font-size: 9pt;
	line-height: 14pt;
	color: #666666;
}
.pageborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.leftborder {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #999999;
}
.singlebg {
	background-repeat: no-repeat;
}
.inputtext {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
