/* CSS Document */
b
{
    color:#777777;
}


.gmapsInfoWindow 
{
    font-size:8pt;
	width: 250px;
	text-align: left
}

a
{
    text-decoration:underline;
    color:#777777;
}

a:hover
{
    text-decoration:none;
}

