﻿/* table style */
table.igoogle
{
	width:700px;
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

/* common cell styles */
.igoogle th, .igoogle td
{
	cursor:default;
	padding:4px 5px 5px;
}

/* header cell style */
.igoogle th
{
	border-right-style:solid;
	border-right-width:1px;
    text-align:center;   
    font-weight:normal; 
}  

/* cell styles */
.igoogle td
{
	padding:2px 8px;
}


