/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fundo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #C7E3EE;
}
a:link {
	text-decoration: none;
	color: #0083C7;
}
a:visited {
	text-decoration: none;
	color: #0182C3;
}
.caixas {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.titulos {
	font-size: 12px;
	font-weight: bold;
	color: #0083C7;
}
.principal {
	background-image: url(images/philips_03.jpg);
	background-repeat: no-repeat;
	width: 456px;
	padding-top: 200px;
	padding-left: 15px;
}


a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
