P 
{ 
font-family: Arial, Verdana, sans-serif; font-size: 12px; letter-spacing: 1px; white-space: nowrap;
h1: font-size: 40px; color: #FF0000; font-weight: bold; white-space: nowrap;
}

P a:link { color: #FFFFFF; text-decoration: none; font-weight: bold}
P a:visited { color: #FFFFFF; text-decoration: none; font-weight: bold}
P a:hover { color: #FF9900; text-decoration: underline}



div.stylesheet A
	{ 
	color: #003366; 
	text-decoration: underline;
	font-weight: normal;
        white-space: nowrap;
	} 
div.stylesheet A:visited
	{ 
	color: #003366; 
	text-decoration: underline;
	font-weight: normal;
        white-space: nowrap;
	} 
div.stylesheet A:Hover
	{ 
	color: #ff3333; 
	text-decoration: none;
	font-weight: normal;
        white-space: nowrap;
	} 



div.markerDetail
        {
        white-space: nowrap;
        color: black;
        font-family: Arial, Verdana, sans-serif;
        font-weight: normal;
        background-color: #CCCCCC;
        margin: 0;
        padding: 4px 4px;
        border: 2px solid black;
        text-align: left;
        }

div.markerTooltip
        {
        color: black;
        font-family: Arial, Verdana, sans-serif;
        font-weight: bold;
        background-color: #CCCCCC;
        white-space: nowrap;
        margin: 0;
        padding: 2px 4px;
        border: 2px solid black;
        text-align: left;
        }