/* CSS Document */
<style type="text/css">
<!--
#graph_border {
	border: 1px solid #CCCCCC;
}
#graph_border input{
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
#graph_categories{
	border: 1px solid #CCCCCC;
}
#graph_categories, #graph_categories a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #efefef;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
}
#graph_categories a:hover{
	background-color: #eaeff4;
	display: block;
	color: #cc6600;
}
.graph_id {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc6600;
}
#graph_id a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color: #cc6600;
}
#graph_id a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
	color: #cc6600;
}
-->

</style>
