table.regular
{
	color: black;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	width: 100%;

}

table.regular td
{

	color: black;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;

	padding-top, padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;

	cell-spacing: 0px;
	font-size: 80%;
}
table.regular td.L
{

	color: black;
	border-bottom: 1px solid #BBBBBB;
	border-right: 0px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	padding-top, padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	cell-spacing: 0px;
	font-size: 80%;
}

table.regular td.white
{
	color: black;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	padding-top, padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	cell-spacing: 0px;
	background-color: #FCFBF9;
	font-size: 80%;
}
table.regular td.whiteL
{

	color: black;
	border-bottom: 1px solid #BBBBBB;
	border-right: 0px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	padding-top, padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;

	cell-spacing: 0px;
	background-color: #FCFBF9;
	font-size: 80%;
}

table.regular th
{
  BACKGROUND-COLOR: #ded9cb;
  background-image: none;
  COLOR: black;
  FONT-WEIGHT: bold;
  TEXT-ALIGN: center;
  TEXT-DECORATION: none;
  border-top: 0px solid #BBBBBB;
  border-left: 0px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding-top, padding-bottom: 2px;
  padding-left: 10px;
	padding-right: 10px;
  font-size: 80%;
}
table.regular td.thl
{
  BACKGROUND-COLOR: #ded9cb;
  background-image: none;
  COLOR: black;
  FONT-WEIGHT: bold;
  TEXT-ALIGN: left;
  TEXT-DECORATION: none;
  border-top: 0px solid #BBBBBB;
  border-left: 0px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding-top, padding-bottom: 2px;
  padding-left: 10px;
	padding-right: 10px;
  font-size: 80%;
}
table.regular td.Title
{
  FONT-WEIGHT: bold;
}

table.regular Tr.TableCellC
{
  BACKGROUND-COLOR: white;
  VERTICAL-ALIGN: top;

}
table.regular Tr.TableCellCB
{
  BACKGROUND-COLOR: #f5f3ef;
  VERTICAL-ALIGN: top;

}

table.regular th a, table.regular th a:hover, table.regular th a:visited ,
table.regular td.thl a, table.regular td.thl a:hover, table.regular td.thl a:visited 
{
	text-decoration: none;
	color: #505050;
	font-weight: bold;

}

table.regular td table td
{
 border: none;
}