BODY
{
    FONT-SIZE: x-small;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: white;
    FONT-SIZE: small;
}
/*
A:active
{
    COLOR: #336699;
    FONT-SIZE: xx-small;
}
A:link
{
    COLOR: #336699;
    FONT-SIZE: xx-small;
}
A:visited
{
    COLOR: #336699;
    FONT-SIZE: xx-small;
}
A:hover
{
    FONT-WEIGHT: normal;
    COLOR: #FF0000;
    FONT-SIZE: xx-small;
}
*/

A:active
{
    COLOR: #336699;
    FONT-SIZE: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
A:link
{
    COLOR: #336699;
        FONT-SIZE: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
A:visited
{
    COLOR: #336699;
        FONT-SIZE: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
A:hover
{
    FONT-WEIGHT: normal;
    COLOR: #FF0000;
        FONT-SIZE: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.RadioButtonText
{
	COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    FONT-SIZE: x-small;
}
.XYLocatorText
{
	COLOR: #336699;
	BACKGROUND-COLOR: transparent;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small;
    border-style:none;	
}
.MapSizeList
{
	COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    FONT-SIZE: xx-small;
}
.MapBorder
{  
    border-color:#336699;
    border-style:outset; 
}
.SmallMap
{ 
    height:330px;
    width:440px;
}
.LargeMap
{
    height:450px;
    width:600px;
}
.ZoomBox
{
	border:1;
	border-style:solid;
	border-color:#000000;
	visibility:visible;
}
.HRule
{
    color:#336699;
}
.PrintTitle 
{
	COLOR: black;
	BACKGROUND-COLOR: transparent;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    border-style:none;
    width:450px;
}
.FootNote
{
    COLOR: #336699;
    FONT-SIZE: xx-small;
}