body {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	background:#fff url(/img/bg.png) repeat-x;
	padding-top: 16px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: inherit;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.83em;
}
h6 {
	font-size: 0.67em;
}

blockquote p {
	font-size: inherit;
	margin: 5px 0;
	line-height: inherit;
}

#logo {
	background: url(/light_logo_170px.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 170px;
	padding-bottom: 16px;
	width: 170px;
}

#sform {
	margin: 0;
}
#sform input {
	margin: 0;
}


table.benchmark td {
	text-align: right;
	font-family: monospace;
	border-left: 1px solid black;
}
table.benchmark th {
	background-color: #E87830;
}
table.benchmark {
	border: 1px solid black;
	width: 100%;
}

.nav-list > li > a.feedicon {
	padding: 0px;
}

i.feedicon-small {
    background-image: url(/img/feed-icon-14x14.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}
