.gchart { 
	 padding: 1px;
	 text-align:left;
}

.gchart table1 { 
   padding: 2px;
   text-align:left;
 }

.gchart .image_spacer {
    width:2px;
    float:right;
}

.gchart a {
	cursor: pointer;
	color: blue;
}

.gchart .div_border {
  text-align:center; 
  background: #FFFFFF; 
  border: 1px solid #B4B4B4; 
  padding: 1px;
}

.gchart .demo_col1 {
	background-color:red; 
	height:40px; 
	width:10px; 
} 

.gchart .demo_col2 {
  background-color:green; 
  height:50px; 
  width:10px; 
} 
.gchart .demo_col3 {
  background-color:blue; 
  height:60px; 
  width:10px; 
} 

.gchart .demo_col4 {
  background-color:#B3B316; 
  height:45px; 
  width:10px; 
} 
.gchart .demo_col5 {
  background-color:#B315B3; 
  height:25px; 
  width:10px; 
} 