body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DD2100;
	font-weight: bold;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.dotted {
	border: thin dashed #333333;
}

a:link {
	text-decoration: underline;
	color: #456A7E;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}
a:visited {
	text-decoration: underline;
	color: #456A7E;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}
a:hover {
	text-decoration: underline;
	color: #DD2100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.star {
	color: #DD2100;
}

a:active {
	text-decoration: none;
	color: #456A7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9966;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}
.bargraph {
	font: 0.6em/2em Arial;
	color: #666666;
	border-collapse: collapse;
	width: 400px;
}
.bargraph td {
	padding:0;
	margin:0;
	vertical-align:bottom;
	text-align:left;
	background: #dddddd url(../images/gridline.gif) 10px bottom;
}
.bargraph th {
	background: #eeeeee;
	text-align:left;
}
.bargraph img{
    display:block;
    border-right: 1px solid #000;
}
.request
{
	color: #000000;
	background-color: #F9F9F9;
	border: 1px solid #000000
}

