@import url(https://fonts.googleapis.com/css?family=Inconsolata);

html body{
	font-family:'Inconsolata' !important;
}
#corp-id{
	background-image:url(../images/eagle-corp.png);
	background-repeat:no-repeat;
	background-position:0 -5px;
	background-size: 255px 93px;
}

#corp-id img {
	visibility:hidden;
}

html body p.tocTemp {
	background: #7d7e7d;
background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}