/* CSS Document */
body {
	margin-top:0px;
	background-color:#FFFFFF;
	}
/* menu */
	
/* fontes */
a.menuprincipal {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#5E6E7D;}			
a.menuprincipal:hover {
	background-color:#5E6E7D;
	color:#FFFFFF;
	}
.text1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#5E6E7D;}			

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#5E6E7D;}		
	
/* tables */
table#header {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-image:url(images/header.jpg);
	height:217px;
	border-style:dotted;
	border-width:thin;
	border-color:#5E6E7D;
	}
td#headerp2 {
	height:20px;
	}
table#main {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border-style:dotted;
	border-width:thin;
	border-color:#5E6E7D;
	}
table#promo {
	margin-left:auto;
	margin-right:auto;
	width:650px;
	border-style:dotted;
	border-width:thin;
	border-color:#5E6E7D;}
td#menug {
	width:130px;}

table#menuprincipal {
	width:300px;}
