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;
}

.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:450px;
    width:600px;
    /*height:330px;
    width:440px;*/
}
.LargeMap
{
    height:450px;
    width:600px;
}
.ZoomBox
{
	border:2;
	border-style:solid;
	border-color:Blue;
	visibility:hidden;
}
.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;
}
.infoBox
{
    BORDER-RIGHT: rgb(145,155,156) 1px solid; 
    BORDER-TOP: rgb(145,155,156) 0px solid; 
    MARGIN-TOP: -2px; 
    BORDER-LEFT: rgb(145,155,156) 1px solid; 
    BORDER-BOTTOM: rgb(145,155,156) 1px solid;
}

#layTab {
	display:block;
	color:#444;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	background:#bbb;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	z-index: 107; left: 700px; width: 145px; position: absolute; top: 57px;
}
#layTab UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#ddd;
	width:100%;
	margin:0;
	padding:0.25em 0em 0.25em 0.25em;
	list-style:none;
	border-top:1px solid #fff;
	
}
#layTab UL LI {
	background:#ddd;
	color:Navy;
	font-weight:normal;
	font-size:12px;
	display:block;
	margin:0;
	padding:0 0.25em;
	border:0;
	width: 145px;
}


