body { 
    background-color: white; 
    color: black; 
    font-family: arial, helvetica, sans-serif; 
    font-size: 10pt; 
    text-decoration: none; 
} 
img { 
	border: 0; 
} 
span.big-bold { 
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-decoration: none; 
} 
span.bold { 
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
} 
span.bold-blue { 
	color: #0000ff; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
} 
span.bold-yellow { 
	color: #ffff00; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
}
span.italic { 
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: italic; 
	text-decoration: none; 
} 
span.small { 
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 8pt;  
	text-decoration: none;
}
span.small-bold { 
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none;
}	
table { 
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: none; 
} 
table.bg-grey { 
	background-color: #dfdfdf;
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: none; 
} 
table.root { 
	border-color: black; 
	border-style: solid; 
	border-width: 1px; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	table-layout: fixed; 
	text-decoration: none; 
} 
td.data {
	border-bottom-color: black; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-top-color: black; 
	border-top-style: solid; 
	border-top-width: 1px; 
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	text-align: center; 
	text-decoration: none; 
} 
td.footer { 
	background-color: #ffff00; 
	color: #0000FF; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: italic; 
	font-weight: bold; 
	text-align: center; 
	text-decoration: none; 
} 
td.header { 
	background-color: #ffff00; 
	color: #0000FF; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 14pt; 
	font-style: italic; 
	font-weight: bold; 
	text-align: center; 
	text-decoration: none; 
}
.border {
        border-color: black;
        border-style: solid;
        border-width: 1px;
        color: black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
}
.border-right-top-bottom {
        border-right-color: black;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: black;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: black;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
}
.border-top-bottom {
        border-top-color: black;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: black;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        color: black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
}
.border-no {
        color: black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
}
.border-right {
        border-right-color: black;
        border-right-style: solid;
        border-right-width: 1px;
        color: black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
}
.border-top {
        border-top-color: black;
        border-top-style: solid;
        border-top-width: 1px;
        color: black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
}
.border-right-left {
        border-left-color: black;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: black;
        border-right-style: solid;
        border-right-width: 1px;
        color: black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
}
.border-right-top {
        border-right-color: black;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: black;
        border-top-style: solid;
        border-top-width: 1px;
        color: black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
}
.border-right-left-top {
        border-left-color: black;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: black;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: black;
        border-top-style: solid;
        border-top-width: 1px;
        color: black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
}
