/* CSS Document */

.divLogLink {
	text-decoration:underline;
	cursor:pointer;
}
.divLogLink:hover{
	color:#FF0000;
}

#divLogSaudacao {
	width:337;
	overflow:hidden;
	text-align:center;
	margin-top:5px;
}

.logBox{
	color: #000000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
	font-weight: normal;
	background-color: #E1E1E1;
	list-style-position: outside;
	border-left-color: Navy;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: Navy;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: Silver;
	border-right-style: solid;
	border-right-width: 1px;}

.logBtn {
	font-family: verdana;
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	background-color: #336699;
	border: 1px solid;
	color: white;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid Black;
	border-left: 1px solid #666666;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;}


