\documentclass[a4paper,10pt]{article}

\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage[portuguese]{babel}
\title{CONTABILIDADE}
\date{}

\begin{document}
\maketitle

\emph{PRODUTO} \\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{cd\_produto}} & \textbf{CPS} \\ \cline{1-1}
	perc\_desconto & \\
	uni\_medida & \\
	peso\_unitario & \\
	perc\_IPI & \\
\end{tabular}\\ \\

\emph{LINHA\_PEDIDO}\\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{cd\_produto}} & \textbf{CPC} \\ \cline{1-1}
	\textbf{num\_pedido} & \\ \cline{1-1}
	qtd & \\
	perc\_desconto & \\
\end{tabular}\\ \\

\emph{PEDIDO} \\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{num\_pedido}} & \textbf{CPS} \\ \cline{1-1}
	cod\_cli & \textit{CE} \\
	icms & \\
	cod\_trans & \textit{CE} \\
	cod\_cob & \textit{CE} \\
	cod\_rat & \textit{CE} \\
	obs & \\
\end{tabular} \\ \\

\emph{NOTAFISCAL} \\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{cod\_nota}} & \textbf{CPS} \\ \cline{1-1}
	num\_pedido & \textit{CE} \\
	cod\_cob & \textit{CE} \\
\end{tabular} \\ \\

\emph{DUPLICATA} \\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{cod\_dup}} & \textbf{CPS} \\ \cline{1-1}
	cod\_nota & \textit{CE} \\
	valor & \\
\end{tabular} \\ \\

\emph{PAÍS} \\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{cod\_país}} & \textbf{CPS} \\ \cline{1-1}
	desc\_país & \\
\end{tabular} \\ \\

\emph{COBRANÇA} \\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{cod\_cob}} & \textbf{CPS} \\ \cline{1-1}
	desc\_cob & \\
\end{tabular} \\ \\

\emph{UF} \\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{cod\_uf}} & \textbf{CPS} \\ \cline{1-1}
	desc\_uf & \\
\end{tabular} \\ \\

\emph{PORTADOR} \\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{cod\_port}} & \textbf{CPS} \\ \cline{1-1}
	desc\_port & \\
\end{tabular} \\ \\

\emph{CLIENTE} \\
\begin{tabular}{c | c}
	\multicolumn{1}{c}{\textbf{cod\_cli}} & \textbf{CPS} \\ \cline{1-1}
	cgccpf & \\
	endereço & \\
	bairro & \\
	cidade & \\
	cod\_uf & \\
	cod\_país & \\
	fone & \\
	fax & \\
\end{tabular}

\end{document}
