/* css Café Arte Gráfica - 'No Meu Lugar', by Leandro Amorim, http://www.cafeartegrafica.com.br/ */
/* All associated graphics copyright 2009, 'Petrobras & Video Filmes' */
/* Created: May, 10 - 2009 */
/* Modified: May, 11 - 2009 (last revision) */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;
}
body {
	background-color: #321414;
	background-image: url(images/fundo_01.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #321414;
}
a:hover {
	text-decoration: none;
	color: #321414;
}
a:active {
	text-decoration: underline;
	color: #321414;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #321414;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#extraDiv2 {
	position: fixed;
	z-index: 5;
	background-image: url(images/logos.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 772px;
	height: 90px;
	left:0px;
	bottom: 0px;
	}

