﻿body
{
}


area:focus
{
	outline: inherit none 0px;
}
*
{
	font-family: Arial;
}
z
{
	font-size: 46px;
	text-decoration: none;
}
span
{
	font-size: 14px;
	font-weight: 900;
	color: #f47a20;
}

.spanStyle
{
	font-size: 14px;
	font-weight: 900;
	color: #f47a20;
}

.spanStyle:hover
{
	font-size: 14px;
	font-weight: 900;
	color: #f47a20;
	text-decoration: underline;
}

.WorldWideLabel
{
	font-variant: small-caps;
}

.PopupLink
{
	font-size: xx-small;
	color: #505050;
	padding: 0 0 0 5px;
	line-height: normal;
	/*text-indent: -5px;
	margin-left: 5px;*/
}

.PopupLink:hover
{
	color: Blue;
}

.PopupHeader
{
	font-size: small;
	margin-bottom:5px;
	margin-top:0px;
}

.PopupHeaderLink
{
	font-size: small;
	color: #F47A20;
}

.PopupPanel
{
	background-image:url(\'/images/background.png\');
	background-repeat: no-repeat;
	padding: 5px;
	display: none;
	position: fixed;
	z-index: 10000;
	text-align: left;
	top: 0px;
	left: 0px;
}

.PopupInternal
{
	display: none;
	overflow: auto;
}

