﻿/* fundo da pagina ******************************************/
body 
{
	top:0px;
	margin-top:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top:0px;
	
	background-color: #FFFFFF;
}
/* texto da pagina ******************************************/
 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
/* textura da esquerda da tabela ****************************/
.texturaEsq {
	background-image: url('images/curriculum_esq.jpg');
	background-repeat: repeat-y;
	background-position: left top
}
/* textura da direita da tabela *****************************/
.texturaDir {
	background-image: url('images/curriculum_dir.jpg');
	background-repeat: repeat-y;
	background-position: right top
}
/* formatacao dos campos de formulario **********************/
.caixaFormulario {
	font-size: 10px;
	color: #999999;
	font-family: verdana;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
/* links de texto *******************************************/
a:link {
	color: #009586;
	text-decoration: none;
}
a:visited {
	color: #009586;
	text-decoration: none;
}
a:hover {
	color: #009586;
	text-decoration: underline;
}

