body, html {
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 11px;
	background: #999999;
	margin: 0px;
	min-width: 800px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
table {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #DDDDDD;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
.Clearer {
	clear: both;
}
.ZoneLegal {
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 795px;
	height: 20px;
	margin-left: -400px;
	margin-top: -317px;
	padding-right: 5px;
}
.ZoneLegal p {
	color: #333333;
	text-align: right;
	margin: 1px;
}
.ZoneLegal a {
	color: #333333;
	border-bottom: dotted 1px #333333;
}
.ZoneLegal a:visited {
	color: #333333;
	border-bottom: dotted 1px #333333;
}
.ZoneLegal a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: solid 1px #333333;
}
.ZoneMain {
	width: 800px;
	height: 600px;
	background: #000000;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -300px;
	min-width: 800px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #000000;
}
.ZoneNavigation {
	width: 100px;
	height: 100%;
	float: left;
	text-align: left;
	background: #000000;
}
.ZoneDecoration {
	width: 149px;
	height: 100%;
	float: left;
	background: url(none.jpg) no-repeat left top;
	border-right: solid 1px #333333;
}
.ZoneContent {
	width: 550px;
	height: 100%;
	float: left;
	color: #DDDDDD;
}
.TextNavigation {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}
.TextNavigationSelected {
	background: url(MenuBullet.gif) no-repeat left center;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 3px 15px;
	display: block;
	color: #FFFFFF;
}
.TextNavigationSelected:hover {
	text-decoration: none;
}
.TextNavigationNormal {
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 3px 15px;
	display: block;
	color: #9A9A9A;
}
.TextNavigation img {
	margin-left: 15px;
}


/* Content */
.TextContent {
	padding: 5px 0px 5px 0px;
}
.ZoneContent strong {
	color: #9BCAFF;
	font-weight: bold;
}
.WelcomeImage {
	text-align: center;
	margin: 15px 0px 5px 0px;
}
.ImageBanner {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.ImageBanner img {
	margin: 0px;
	padding: 0px;
	border: none 0px #000000;
}
.ImageBanner table {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
.TextContent a {
	color: #EBCD55;
	border-bottom: dotted 1px #6A530E;
}
.TextContent a:visited {
	color: #EBCD55;
	border-bottom: dotted 1px #6A530E;
}
.TextContent a:hover {
	color: #EBCD55;
	text-decoration: none;
	border-bottom: solid 1px #EBCD55;
}
.TextContent h1 {
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 3px 0px;
	text-align: right;
	font-size: 18px;
	letter-spacing: 0.8em;
}
.TextContent li {
	list-style: square inside;
	margin: 2px 0px 0px 15px;
}
.TextContent p {
	margin: 5px 10px 0px 0px;
	text-align: justify;
}
.TextContent h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	margin: 15px 0px 0px 0px;
}
.TextBlock {
	padding-bottom: 10px; 
	margin-bottom: 10px;
	padding: 0px 5px 0px 20px;
}
.Illustration {
	margin-left: 5px;
	margin-right: 15px;
	float: right;
	margin-top: 5px;
}

/**
 * Pure CSS Tooltip styling
**/
.Tooltip{
	color: #c00;
}
.Tooltip b {
	display: none;
}
.Tooltip:hover {
	border: 0;
	position: relative;
	z-index: 500;
	text-decoration: none;
}
.Tooltip:hover b {
	display: block;
	position: absolute;
	top: 84px;
	left: 5px;
	padding: 1px 5px 1px 5px;
	font-weight: normal;
	color: #202020;
	border: 1px solid #000000;
	background: #C0C0C0;
	width: auto;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}
.Tooltip:hover b em.outer {
	position: absolute;
	left: 20px;
	top: -9px;
	width: 0;
	height: 0;
	display: block;
	background: transparent;
	border-left: 8px dashed transparent;
	border-right: 8px dashed transparent;
	border-bottom: 8px solid #000000;
	overflow: hidden;
	z-index: 100;
}
.Tooltip:hover b em.inner {
	position: absolute;
	left: 20px;
	top: -8px;
	width: 0;
	height: 0;
	display: block;
	background: transparent;
	border-left: 8px dashed transparent;
	border-right: 8px dashed transparent;
	border-bottom: 8px solid #C0C0C0;
	overflow: hidden;
	z-index: 100;
}

.ThumbTable {
	padding: 0px 5px 0px 0px;
}
.ThumbTable img {
	vertical-align: middle;
	margin: 0px 0px 2px 0px;
	cursor: pointer;
	border: solid 1px #666666;
}
.ThumbTable img:hover {
	border: solid 1px #87c0ff;
}

.FullImage img {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	border: solid 1px #666666;
	padding: 0px;
}

.MapGoogle {
	height: 375px;
	margin: 0px 10px 0px 10px;
	border: solid 1px #333333;
	overflow: hidden;
}
.BlockImage {
	display: block;
	text-align: center;
}
.Welcome {
	padding-top: 10px;
}
.DataGrid {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	color: #FFFFFF;
}
.DataGrid td {
	padding-left: 10px;
	border-top: solid 2px #000000;
}
.AdressTable td {
	width: 280px;
}
.AdressTable p {
	margin: 1px;
}
.WelcomeText1 {
	overflow: visible;
	position: absolute;
	z-index: 100;
	top: 130px;
	right: 370px;
	color: #FF5555;
	font-weight: bold;
}
.WelcomeText2 {
	overflow: visible;
	position: absolute;
	z-index: 100;
	top: 265px;
	right: 30px;
	color: #FF5555;
	font-weight: bold;
}

/* Color for chart */
.ChartColor {
	font-size: 2px;
}
.ChartColor1 {
	background: #542468;
	color: #542468;
}
.ChartColor2 {
	background: #4788ac;
	color: #4788ac;
}
.ChartColor3 {
	background: #81b34d;
	color: #81b34d;
}
.ChartColor4 {
	background: #ce2f38;
	color: #ce2f38;
}
.ChartColor5 {
	background: #e8a23d;
	color: #e8a23d;
}
.ChartColor6 {
	background: #e9cc44;
	color: #e9cc44;
}
.ChartColor7 {
	background: #17609e;
	color: #17609e;
}
.ChartColor8 {
	background: #21a448;
	color: #21a448;
}
