    
body {background-color:transparent !important;}
form {background-color:transparent !important;}
#docf {background-color:transparent !important;}
#bd {background-color:transparent !important;}
.RadEditor .Default {background-color:transparent !important;}

table.customIndent td:first-child {
    width:2.8em;
}

ol.customListType, ol.customListType ol, ol.list_1aiI_DB, ol.list_1aiI_DB ol, ol.list_1111_FS, ol.list_1111_FS ol, ol.list_1aiI_Mix1, ol.list_1aiI_Mix1 ol
{
    padding-left:1em;
    list-style: none;
	counter-reset: li; /* reset counter for ol (li is just arbitrary identifier) */
	padding-top:2px;
}

ol.customListType li, ol.customListType ol li, ol.list_1aiI_DB li, ol.list_1aiI_DB ol li, ol.list_1111_FS li, ol.list_1111_FS ol li, ol.list_1aiI_Mix1 li, ol.list_1aiI_Mix1 ol li
{   
    list-style: none outside none;
	position:relative;
	margin-bottom: 1px; /* bottom spacing between lis */
	padding: 2px 1px;
}

ol.customListType li:before, ol.list_1aiI_DB li:before, ol.list_1111_FS li:before, ol.list_1aiI_Mix1 li:before{
	counter-increment:li;
	text-align: left;
	position:absolute;
	display:block;
	width: 2.5em;
	height: 1em;
	line-height: 1em;
	font-weight: normal;
	top: 0.35em;
	left: -2.9em;
	color: black;
	z-index: 10000;
}

ol.boldListType > li:before
{
	font-weight: bold;
}





ol.list_1aiI_DB > li:before /* 1st level custom counter specific style */
{ 
    content: '(' counter(li, decimal) ')';             
}

ol.list_1aiI_DB ol > li:before /* 2nd level custom counter specific style */
{ 
    content: '(' counter(li, lower-alpha) ')';             
}

ol.list_1aiI_DB ol ol > li:before /* 3rd level custom counter specific style */
{
    content: '(' counter(li, lower-roman) ')';                  
}

ol.list_1aiI_DB ol ol ol > li:before /* 4th level custom counter specific style */
{
    content: '(' counter(li, upper-alpha) ')';
}





ol.list_1111_FS > li:before /* 1st level custom counter specific style */
{ 
    content: counter(li, decimal) '.';             
}

ol.list_1111_FS ol > li:before /* 2nd level custom counter specific style */
{ 
    content: counter(li, decimal) '.';           
}

ol.list_1111_FS ol ol > li:before /* 3rd level custom counter specific style */
{
    content: counter(li, decimal) '.';
}

ol.list_1111_FS ol ol ol > li:before /* 4th level custom counter specific style */
{
    content: counter(li, decimal) '.';
}



ol.list_1aiI_Mix1 > li:before /* 1st level custom counter specific style */
{ 
    content: counter(li, decimal) '.';             
}

ol.list_1aiI_Mix1 ol > li:before /* 2nd level custom counter specific style */
{ 
    content: counter(li, lower-alpha) ')';           
}

ol.list_1aiI_Mix1 ol ol > li:before /* 3rd level custom counter specific style */
{
    content: '(' counter(li, lower-roman) ')';
}

ol.list_1aiI_Mix1 ol ol ol > li:before /* 4th level custom counter specific style */
{
    content: counter(li, upper-roman) '.';
}



ol.decimal_DB > li:before
{
	content: '(' counter(li, decimal) ')' !important;
}

ol.lower-alpha_DB > li:before
{
	content: '(' counter(li, lower-alpha) ')' !important;
}

ol.lower-roman_DB > li:before
{
	content: '(' counter(li, lower-roman) ')' !important;
}

ol.upper-alpha_DB > li:before
{
	content: '(' counter(li, upper-alpha) ')' !important;
}

ol.upper-roman_DB > li:before
{
	content: '(' counter(li, upper-roman) ')' !important;
}

ol.decimal_FS > li:before
{
	content: counter(li, decimal) '.' !important;
}

ol.lower-alpha_FS > li:before
{
	content: counter(li, lower-alpha) '.' !important;
}

ol.lower-roman_FS > li:before
{
	content: counter(li, lower-roman) '.' !important;
}

ol.upper-alpha_FS > li:before
{
	content: counter(li, upper-alpha) '.' !important;
}

ol.upper-roman_FS > li:before
{
	content: counter(li, upper-roman) '.' !important;
}

ol.decimal_SB > li:before
{
	content: counter(li, decimal) ')' !important;
}

ol.lower-alpha_SB > li:before
{
	content: counter(li, lower-alpha) ')' !important;
}

ol.lower-roman_SB > li:before
{
	content: counter(li, lower-roman) ')' !important;
}

ol.upper-alpha_SB > li:before
{
	content: counter(li, upper-alpha) ')' !important;
}

ol.upper-roman_SB > li:before
{
	content: counter(li, upper-roman) ')' !important;
}    