body {
	margin: 0;
	height: 100%;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	background: url(/style/images/body-gradient.png) repeat-x scroll 0 0 #e5e3df;
	font-size: 75%;
	text-align: center;
	padding: 0;
	line-height: 1.5em;
}

h1 {
        font: bold 150% Arial,Sans-serif;
}

h2 {
	background-color: #A0A0A0;
        font: bold 130% Arial,Sans-serif;
	color: #FFFFFF;
}
table {
	text-align: right;
	width: 975px;
	margin: auto;
	background-color: #fff;
     border-collapse: collapse;
}
th {
	border-bottom: 1px solid #404050;
	border-right: 1px dotted #606070;
        border-top: none;
        border-left: none;
	padding: 0px 5px 1px 5px;
	font-weight: bold;
	background-color: #A0A0A0;
	color: #FFFFFF;
}
td {
	padding: 0px 5px 10px 5px;
	border-right: 1px dotted #606070;
        border-left: none;
        border-bottom: 1px dotted black;
        border-top: none;
}
td.D {
        white-space: pre;
	width: auto;
}
td.x {
	font-family: monospace;
        white-space: pre;
}
.xl {
	text-align: left;
	border-right: none;
}
.xr {
	text-align: right;
	border-right: none;
}
.bar {
	text-align: left;
	border-right: none;
}
tr.sub {background-color: #C0C0FF;
	font-style: italic;
}

div.header, div.req, div.footer {
	width: 975px;
	margin: auto;
	text-align: left;
}
.repdesc {
	font-style: italic;
}
.repspan {
	font-style: italic;
}
.goto {
	font-size: small;
}
.gensumtitle {
	font-weight: bold;
}
.gototitle {
	font-weight: bold;
}
.runtimetitle {
	font-weight: bold;
}
.analysisspan {
	font-weight: bold;
}
img {
	border-style: none;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
