/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../../images/BG.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

/* LINK PADRÃO */
.input-txt {	
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	height: 18px;
	width: 90%;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	border-left-color: #D1D1D1;
}

.input-Multiline {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	width: 90%;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	border-left-color: #D1D1D1;
}

.borda_contato {
	border:dashed;
	border-width:1px;
	border: #CCCCCC;
	width:500px;
}

a.lnk:active {
	font-size: 12px;
	color: #993300;
	text-decoration: none;
	font-weight: bolder;
}
a.lnk:link {
	font-size: 12px;
	color: #993300;
	text-decoration: none;
	font-weight: bolder;
}
a.lnk:visited {
	font-size: 12px;
	color: #993300;
	text-decoration: none;
	font-weight: bolder;
}
a.lnk:hover {
	font-size: 12px;
	color: #339900;
	text-decoration: none;
	font-weight: bolder;
}
