/* CSS Document Filmexpresso */

/* Início Config. Gerais */
a {
	text-decoration: none;
	font-family: verdana;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	font-family: verdana;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}
p {
	font-family: verdana;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	margin: 1px 5px;
}
.input {
	font-family: verdana;
	color: #333333;
	font-size: 10px;
}
label {
	font-family: verdana;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
/* Fim Config. Gerais */

/* Início Parte do Menu Secundário, Banner principal e Menu principal */
.t01 {
	background: url(img/top01.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.t03 {
	background: url(img/top03.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.menu {
	background: url(img/top_bgmenu.gif);
	background-repeat: no-repeat;
	background-position: top;
}
/* Fim Parte do Menu Secundário, Banner principal e Menu principal */

