/**
 * Style rules for header images links
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
#headerLeftId 
{  
	color: gray; 
	font-family: arial; 
	font-weight: bold;
}
.headerImagesId 
{
	text-align: right;
	text-decoration: none;
}
.headerImagesId IMG
{
	border: 0px;
}
