* {

	font-family: 'Arial';
}

body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	background-image: url('../img/fundo_bg_white.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #037984;
	outline: none;
}

a:hover, a:active, a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

b {
	color: #037984;
}

img {
	border: 0;
}

h1 {
	padding: 0;
	margin-bottom: 2px;
	font-size: 25px;
	color: #333333;
	font-family: 'Georgia';
}

h2 {
	padding: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: #333333;
	font-family: 'Georgia';

}

p {
	font-size: 12px;
}

td {
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
}

small {
	font-size: 10px;
}