/* CSS Document */

html{
	font-size:10px;
	font-family:Verdana;
	color:#666666;
}

.button{
	background-color:#FBFBFB;
	color:#999999;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-weight:bold;
}

.imagem_especada {
	padding: 10px;
}

.check {
	border:none;
	background:none;
}
.link{
	color:#333333;
	text-decoration:none;
}
.link:hover{
	color:#0033FF;
	text-decoration:none;
}
.link2{
	color:#666666;
	text-decoration:underline;
}
.link2:hover{
	color:#333333;
	text-decoration:none;
}

.text{
	border-style:solid;
	border-width:1px;
	font-size:11px;
	font-family:Verdana;
	color:#666666;
}
.text2{
	border:1px;
	background:none;
	font-size:11px;
	font-family:Verdana;
	color:#666666;
}
.cr_01{
	color:#990000;
	text-decoration:none;
}
.cr_02{
	color:#006600;
	text-decoration:none;
}
.tr_01{
	background:#EAEAEA;
}
.tr_02 {
	background-color:#E1F0FF;
}
.tr_03 {
	background-color:#FBFBFB;
}
.divList {
	position: absolute;
    left: 29%;
    top: 39%;
    margin-left: -100px;
    margin-top: -100px;
    width: 550px;
	height:500px;
}
.divAlvo{
	position:relative;
	border-style:dotted;
	border-width:1px;
	height:110px;
	width:560px;
}
.divAlvoHover{
	position:relative;
	border-style:dotted;
	border-width:1px;
	background-color:#FBFBFB;
	height:110px;
	width:560px;
}