﻿DIV.ucwAideDiv
{
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-bottom: solid 1px #999999;
	background-color: #ffffff;
	width: auto;
	height: 52px;
	line-height: 52px;
	box-sizing: border-box;
	padding-left: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
DIV.ucwAideDivNoBGC
{
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-indent: 16px;
	border-bottom: solid 1px #999999;
	padding-bottom: 8px;
}
DIV.ucwAideWidthSmall
{
	height: 8px;
	line-height: 8px;
}
DIV.ucwAideWidthNormal
{
}
DIV.ucwAideSep
{
	height: 8px;
	line-height: 8px;
	border-top: solid 1px #ffffff;
	padding-bottom: 8px;
}
