﻿img, div {
	behavior: url(iepngfix.htc);
	border: 0px;
}
#intro {
	position: absolute;
	width: 650;
	left: 50%;
	margin-left: -325px;
	top: 50%;
	margin-top: -200px;
	background-image: url('bck.jpg');
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
	text-align: center;
	color: #FFFFFF;
}
#background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	overflow: auto;
}
#switch {
	position: absolute;
	margin-top: 10px;
	right: 20px;
	z-index: 5;
}
#logo {
	z-index: 2;
	position: absolute;
	width: 686px;
	left: 50%;
	margin-left: -343px;
	top: 17%;
	margin-top: -80px;
}
#box {
	z-index: 3;
	position: absolute;
	top: 200px;
	background-image: url(images/box.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	left: 50%;
	margin-left: -343px;
	top: 20%;
	height: 482px;
	width: 686px;
}
#boxJ {
	z-index: 3;
	position: absolute;
	top: 200px;
	background-image: url(images/boxJ.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	left: 50%;
	margin-left: -343px;
	top: 20%;
	height: 610px;
	width: 686px;
}
#content {
	z-index: 4;
	position: absolute;
	top: 200px;
	margin: 0px;
	padding: 0px;
	left: 50%;
	margin-left: -343px;
	top: 20%;
	height: 482px;
	width: 686px;
}
html, body {
	background-color: #333333;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	padding: 0px;
	margin: 0px;
}
#subtxt {
	padding: 2px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.mais {
	font-size: 10px;
	color: #0099CC;
	text-decoration: none;
	padding-left: 3px;
}
.red {
	color: #CC0000;
	font-size: 12px;
}
.green {
	color: #009900;
	font-size: 12px;
}
.pop {
	color: #0099FF;
	text-decoration: none;
	border-bottom: dotted;
}
#LinkList {
	list-style: none;
	margin: 10px;
	padding: 0;
}
#LinkList li {
	float: left;
	width: 10em;
	padding-right: 8px;
}
#LinkList a {
	display: block;
	padding: 0.5em;
	background-color: #acc2ff;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#LinkList a:hover {
	background-color: #6699ff;
	color: #FFFFFF;
}
#targetArea, #blindArea {
	clear: both;
	padding: 0.5em 1.5em;
	height: 100%;
	overflow: auto;
}
.dialog {
	position: relative;
	margin: 0px auto;
	min-width: 8em;
	max-width: 760px; /* based on image dimensions - not quite consistent with drip styles yet */;
	color: #fff;
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */;
	margin-bottom: 0.5em; /* spacing under dialog */
}
.dialog .content2, .dialog .t, .dialog .b, .dialog .b div {
	background: transparent url(images/nbox.png) no-repeat top right;
	color: black;
	*background-image: url(images/nbox.gif);
}
.dialog .content2 {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	padding: 0px 12px 0px 0px;
}
.dialog .t {
	/* top+left vertical slice */
 position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */;
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */;
	background-position: top left;
}
.dialog .b {
	/* bottom */
 position: relative;
	width: 100%;
}
.dialog .b, .dialog .b div {
	height: 30px; /* height of bottom cap/shade */;
	font-size: 1px;
}
.dialog .b {
	background-position: bottom right;
}
.dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */;
	margin-left: -12px;
	background-position: bottom left;
}
.dialog .hd, .dialog .bd, .dialog .ft {
	position: relative;
}
.dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.dialog h1, .dialog p {
	margin: 0px;
/* margins will blow out backgrounds, leaving whitespace. */	padding: 0.5em 0px 0.5em 0px;
}
.dialog h1 {
	padding-bottom: 0px;
}
