
.logo {
	font-family: arial;
	font-size: 15px;
	color: #00B5F0;
	font-weight: normal;
}

.titulo {
	font-family: tahoma;
	font-size: 19px;
	color: #006291;
	font-weight: normal;
}

.texto {
	font-family: 'calibri', sans-serif;
	font-size: 14px;
	color: #494949;
	font-weight: normal;
}
.numero {
	font-family: 'calibri', sans-serif;
	font-size: 14px;
	color: #494949;
	font-weight: normal;
}

.textooo {
	font-family: 'calibri', sans-serif;
	font-size: 13px;
	color: #494949;
	font-weight: normal;
}

.textoo {
	font-family: arial;
	font-size: 11px;
	color: #006291;
	font-weight: bold;
}

.form {
	font-family: arial;
	font-size: 13px;
	color: #494949;
	font-weight: normal;
}

a:link {
	color: #FFFFFF;
	font-family: 'calibri', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}
a:visited {
	color: #FFFFFF;
	font-family: 'calibri', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #359AFF;
	font-family: 'calibri', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.produtos a:link {
	color: #359AFF;
	font-family: 'calibri', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.produtos a:hover {
	color: #515151;
	font-family: 'calibri', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.produtos a:visited {
	color: #359AFF;
	font-family: 'calibri', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.pe a:link {
	color: #0080C0;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.pe a:visited {
	color: #0080C0;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.pe a:hover {
	color: #9E9E9E;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.pe {
	font-family: arial;
	font-size: 11px;
	color: #E4E4E4;
	font-weight: normal;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}

var loadingImage = 'images/loading.gif';

var closeButton = 'images/close.gif';