/* Basic styles */
blockquote {
	border: 2px dotted #ccc;
	background-color: #eee;
	margin: 1em 2em;
	padding: 0 1ex;
}
.bText2 {
	color: #666666;
	font: 98% Trebuchet MS, Arial, Helvetica, sans-serif;
margin: 1ex;
}
acronym,
abbr {
	border-bottom: 1px dotted #000;
	cursor: help;
}
del {
    align: left;
	hspace: 10;
	vspace:10;
}

.nobr,
.line
{
white-space: nowrap;
}

.center {
	text-align: center;
}

.right{
	text-align: right;
}

.clear{
	clear: both;
}

.small {
	font-size: 84%;
}
div.error {
	padding: 0 1ex;
	margin: 1ex auto;
	border: 1px solid #d99;
	background: #fbf2ee;
	color: #e00;
}

div.error ul,

div.error ol {
	margin-bottom: 0ex;
}

p.error,

span.error {
	margin: 1ex;
	color: #e00;
	font-weight:bold;
}


