/* title of graph */
.grphh	{
			color : #000000;
			font-family : "Verdana", "Arial", "Helvetica", "sans-serif";
			font-size : 16px;
			font-weight : bold;
/*			background: #FF0000; */
			}
/* numbers on the graph */
.grphc	{
			color : #000000;
			font-family : "Verdana", "Arial", "Helvetica", "sans-serif";
			font-size : 12px;
/* 		background : #FF0000;*/
			}
			
/* Titles of the bars on the graph */
.grph	{
			color : #000000;
			font-family : "Verdana", "Arial", "Helvetica", "sans-serif";
			font-size : 12px;
/*			background: #FF0000;*/
			}

/* Change the whole graph */		 
.graphborder {
						 background: #00a0f0; /*Changes the color of the whole table */						 
						 border-style: ridge;
						 border-width: 10;
						 border-color: #6633ff; /* Color of the table border */
}
