.text
{
	font-size: 11px;
	font-family: Arial,Helvetica, sans-serif;
}

.BoldText
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial,Helvetica, sans-serif;
}

.verdText
{
	font-size: 11px;
	font-family: Verdana;
}

.Link
{
	cursor: hand;
}

.WhiteBorder
{
	border: #ffffff 1px solid;
}

.BlackBorder
{
	border: #000000 1px solid;
}

.GrayBorder
{
	border: gray 1px solid;
}

.SnapHeadFoot
{
	padding-left: 0px;
	border: 0px;
	border-top: white 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse: collapse;
}

.NoSpaceText
{
	font-size: 11px;
	font-family: Arial,Helvetica, sans-serif;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
}

.TreeView 
{ 
  background-color:White;
  padding-top:2px;
  cursor: default; 
}

.TreeNode 
{ 
  font-family: sans-serif, tahoma; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.HoverTreeNode
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 11px;
	padding-bottom: 1px;
	cursor: hand;
	color: #648bcb; 
	padding-top: 1px;
	font-family: sans-serif, tahoma;
	text-decoration: underline;
}

.SelectedTreeNode 
{ 
  font-family: sans-serif, tahoma; 
  font-size: 11px; 
  padding:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color: #648bcb; 
  cursor: hand;
}

.100Text
{
	font-size: 11px;
	width: 100%;
	font-family: Arial,Helvetica, sans-serif;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.BoldDarkBlueText
{
	font-weight: bold;
	font-size: 11px;
	color: #32648c;
	font-family: Arial,Helvetica, sans-serif;
}

.BoldRedText
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Arial,Helvetica, sans-serif;
}

.NoEffects
{
	text-decoration: none;
}

.hlinkImg
{
	border-right: #ffffff 7px solid;
}

.TopWhiteBorder
{
	border-top: #ffffff 1px solid;
}

.LeftPad5
{
	padding-left: 5px;
}

.RightPad5
{
	padding-right: 5px;
}

.ReviewHead
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.ReviewSubHead
{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}