﻿.table{
	margin-top:0;
	}

.cinza{
	color: #868787;
  	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
}
.text{
    color: #70716D;
    font-family: verdana;
	font-size: 10px;
    text-decoration: none;
	font-weight: normal;
}
.textb{
    color: #70716D;
    font-family: verdana;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
}

.subtitulo{
    color: #7A7B77;
    font-family: arial;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
}


.text_cont{
    color: #70716D;
    font-family: verdana;
	font-size: 8px;
    text-decoration: none;
}

.branco{
    color: #FFFFFF;
    font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;

}

.branco2{
    color: #FFFFFF;
    font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}

.laranja{
    color: #F9A02B;
    font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}

.azul{
    color: #2F9DD3;
    font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}


.azul2{
    color: #2F9DD3;
    font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}
.obrig{
    color: #EF6B00;
    font-family: verdana;
	font-size: 9px;
    text-decoration: none;
}

INPUT.text{
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	color:#70716D;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	border-top: #999999 1px solid;
}

INPUT.botao{

	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:none;
	padding: 0px 2px 0px 2px;
	background-color:#BFBFBF;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;

}

TEXTAREA{
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	color: #70716D;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}

.lista{
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	color: #70716D;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	
}

.link{
    color: #70716D;
    font-family: verdana;
	font-size: 10px;
    text-decoration: none;
}

.link:hover{
    color: #70716D;
    text-decoration: underline;
}

.link2{
    color: #70716D;
    font-family: verdana;
	font-size: 10px;
    text-decoration: underline;
}

.link2:hover{
	color: #9D9D9D;
    text-decoration: none;
}

.link3{
    color: #2F9DD3;
    font-family: verdana;
	font-size: 10px;
    text-decoration: none;
}
.link3:hover{
    color: #66CCFF;
    text-decoration: none;
}

.thumbnail{
position: relative;
z-index: 0;
color: #70716D;
text-decoration:none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 1;
text-decoration: underline;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-color:#E8E8E8;
padding: 3px;
/*left: -2000px;*/
border:1px thin gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 3px;
padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 100px; /*position where enlarged image should offset horizontally */
}

	