/* Body properties */
body {background-color: #5e5e5e}

img{ border: 0;}

/*Page center table*/
table#center{
	border: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;}

/*White box table*/
table#whitebox{
	margin-left: auto;
	margin-right: auto;
	border: 0;
	width: 900px;
	height: 92px;
	background-color: #ffffff;
	text-align: left;
}
table#whitebox2{
	margin-left: auto;
	margin-right: auto;
	border: 0;
	width: 900px;
	height: 552px;
	text-align: left;
	background-image: url(../imagens/menu_03.jpg); 
	background-repeat: repeat;
}


/* cabecalho */
td#cabecalho { width: 900px; height: 64px; background-image: url(../imagens/menu_01.jpg); background-repeat: no-repeat; text-align: right; margin: 0px }

/* menu*/
td#menu_lado { width: 281px; height: 520px; vertical-align: top; padding-left: 1px}
td#menu_superior {background-image: url(../imagens/menu_02.jpg); background-repeat: no-repeat; width: 900px; height: 28px; vertical-align: top; text-align: right; padding-top: 8px; padding-right: 15px}
/* Content */
td#content { text-align: justify; width: 620px; height: 520px; height: auto; vertical-align: top; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif; }

/* footer */
td#footer { width: 900px; height: 32px; background-image: url(../imagens/menu_04.jpg); background-repeat: no-repeat; text-align: left; padding-top: 9px; padding-left: 5px }

td {font-weight: normal; font-family: Verdana;font-size: 11px; color: #f}
	
			


/* conteudos e menus*/
h6 {font-weight: bold; font-family: Verdana;
	font-size: 11px; color: #db9500;padding-top: 5px}
h1 {font-weight: normal; font-family: Verdana;
	font-size: 10px; color: #1a1816; padding-right: 5px}

span{
	color: #880000;
	font-size: 10px;
}

.menu	{ font-variant: small-caps; font-style: normal; font-weight: normal; text-transform: lowercase; text-decoration: none; color: #f1f1f1; font-size: 9px; font-family: Verdana; line-height: 9px;}
a.menu  {font-variant: small-caps; font-style: normal; font-weight: normal; text-transform: lowercase; text-decoration: none; color: #f1f1f1; font-size: 9px; font-family: Verdana; line-height: 9px;}
a.menu:hover {color: #a29b99;}

.texto_footer { text-transform:lowercase; }

.menu_cimo	{ font-variant: small-caps; font-weight: bold; text-transform: uppercase; text-decoration: none; color: #5d5d5d; font-size: 10px; font-family: Verdana; line-height: 9px;}
a.menu_cimo  {font-variant: small-caps; font-weight: bold; text-transform: uppercase; text-decoration: none; color: #5d5d5d; font-size: 10px; font-family: Verdana; line-height: 9px;}
a.menu_cimo:hover {color: #a29b99;}

/* login area */
#loginarea{
	float: left;
	width: 90%;
	height: 25px;
	margin-top: -1px;	
	margin-left: 23px;	
}

form {
	margin: 0;
}

	
/*webdesign*/

.cinza{
	background-color: #dddddd;
}