body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: Black;
}

.header{
	font-size: 18px;
	font-weight: bold;
	color: #3A94CE;
}

.head {
	font-size: 14px;
	font-weight: bold;
}

table.report {
	border-collapse: collapse;
	font-size: 11px;
    width: 760px;
   
}

table.report tr {
}

table.report th {
	padding: 8px;
	text-align: left;
	font-weight: bold;
	color: black;
   	border-bottom-width: 2px;
	border-bottom-color: silver;
	border-bottom-style: solid;
}

th a {
	color: black;
	text-decoration: none;
    
}

table.report td {
	cursor: pointer;
	text-align: left;
	padding: 8px;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-color: silver;
	border-bottom-style: solid;
}

table.spec {
	font-size: 10pt;
	width: 100%;
	border-collapse: collapse;
}

table.spec td {

	color: black;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-bottom-width: 1px;
}

table.spec th {
	background-color: white;
	color: black;
	font-weight: bold;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-bottom-width: 1px;
}

a {
	color: #000080;
}

img {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

input {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.paging {
	font-size: 10pt;
}

h3{
  	color: #000080;
}
