
.TextHeader
{
	font-weight: bold;
	font-size: 20px;
	color: #663300;
	text-align: center;
	text-decoration: underline;
}
.TextHeaderSub
{
	font-weight: bold;
	font-size: 18px;
	color: #663300;
	text-align: left;
}
.TextReg
{
	text-align:justify;
/*	font-size:15px; */
}
.TextCenter
{
	text-align:center;
	font-size:15px;
}
.TextSmall
{
	text-align:justify;
	font-size:12px;
}
.TextBold
{
	font-weight: bold;
	color: #660000;
}
.SepTD
{
	background-image: url(/TecLaw/TecLaw/images/sepBg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:6px;
}

.TextTD
{
	border-collapse:collapse;
	vertical-align: top;
	border-bottom-style:window-inset;
	border-bottom-width:thick;
}
.TextTR
{vertical-align: top;
}
HR
{
	color: #cc6600;
}
