/* CSS Document */
body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background: white;
   font-size: 10pt;
   }
 
h1, h2, h3, h4 {
	color: black;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

p {
	color: black;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}


#navigation {
	text-align: right;
	height: 80px !important;
}

#mastheadRight h1 {
	color: black;
	font-size: 14pt;
	margin: 0px;
	padding: 0px 0px 15px;
}


#right, #navbar, #footer {
   display: none;
}

#contentbody .specTable th {
	font-size: 11px;
	text-align: left;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
	padding: 3px 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#contentbody .specTable td {
	font-size: 11px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
	padding: 3px 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}


